NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
17.96k stars 13.98k forks source link

haskell-ng (ghc 7.10): profunctors fails with oom #6726

Closed cocreature closed 9 years ago

cocreature commented 9 years ago

profunctors fails to compile because it gets killed by linux because it uses up too much memory (about 14gb before it got killed). This is probably related to the occasional case where compiling with -O 2 causes this. Not quite sure how to disable this with haskell-ng.

cocreature commented 9 years ago

Upstream issue: https://github.com/ekmett/profunctors/issues/20

Not sure if I should leave this open? There doesn't seem to be anything we can do about it.

peti commented 9 years ago

This is an issue upstream will fix, IMHO.