nh2 / static-haskell-nix

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

GHC 8.10 on nixos-unstable #107

Closed nh2 closed 3 years ago

nh2 commented 3 years ago

Extracted from https://github.com/nh2/static-haskell-nix/pull/98#discussion_r672985880


CC @int-index

int-index commented 3 years ago

Is there a commit that would incorporate https://github.com/NixOS/nixpkgs/pull/128746 also? I’m interested in building SDL

nh2 commented 3 years ago

Is there a commit that would incorporate NixOS/nixpkgs#128746 also? I’m interested in building SDL

@int-index It seems there isn't, that's only on staging, not master yet: https://nixpk.gs/pr-tracker.html?pr=128746

You can cherry-pick it of course, but there will be a lot of stuff to rebuild.

nh2 commented 3 years ago

@int-index But you can add it here meanwhile, if you want to override the version just for your static builds:

https://github.com/nh2/static-haskell-nix/blob/217a812de7387d3f056cc6fc4d861f52d6afa3ca/survey/default.nix#L598

nh2 commented 3 years ago

CI is green, merging.