nh2 / static-haskell-nix

easily build most Haskell programs into fully static Linux executables
388 stars 36 forks source link

No longer depend on two GHC versions #123

Closed jonathanlking closed 1 month ago

jonathanlking commented 7 months ago

Fixes #122.

This is based on top of my existing https://github.com/nh2/static-haskell-nix/pull/118 PR (which changes the same code and would cause git conflicts).

jonathanlking commented 7 months ago

I've run nix build --file survey/default.nix working (x86-64 linux machine) and everything builds.