nh2 / static-haskell-nix

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

Cabal Nix-style v2 builds #84

Open mryndzionek opened 4 years ago

mryndzionek commented 4 years ago

Are/will they be supported?

nh2 commented 4 years ago

I suppose that is an upstream nixpkgs question, static-haskell-nix uses nixpkgs' generic Haskell builder and just adds appropriate flags to all dependencies (as well as replacing the libc) to make static linking possible.