luc-tielen / llvm-codegen

LLVM code generation in Haskell
BSD 3-Clause "New" or "Revised" License
50 stars 6 forks source link

build llvm-codegen for both macosx and linux #5

Closed smunix closed 2 years ago

smunix commented 2 years ago

This fix removes Setup.hs from the build process and only relies on nix dependencies to complete the build. Tested on both macosx and linux (nixos), it builds successfully. fixes: https://github.com/luc-tielen/eclair-lang/issues/14