haskell-funcmp: Fix build on GHC 8.4

This commit is contained in:
Shea Levy 2018-02-08 22:28:41 -05:00 committed by Peter Simons
parent 7ac6c77323
commit 15344506cc

View file

@ -900,4 +900,7 @@ self: super: {
## error: build of /nix/store/iy6ccxh4dvp6plalx4ww81qrnhxm7jgr-wavefront-0.7.1.1.drv failed
jailbreak = true;
});
# Needed for (<>) in prelude
funcmp = super.funcmp_1_9;
}