1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Fix a bunch of ghc-8.2.x Haskell builds.

This commit is contained in:
Peter Simons 2017-08-25 14:41:30 +02:00
parent d42deacc00
commit 30c15c9149

View file

@ -48,8 +48,6 @@ self: super: {
sha256 = "026vv2k3ks73jngwifszv8l59clg88pcdr4mz0wr0gamivkfa1zy";
});
## GHC > 8.0.2
# http://hub.darcs.net/dolio/vector-algorithms/issue/9#comment-20170112T145715
vector-algorithms = dontCheck super.vector-algorithms;
@ -62,5 +60,12 @@ self: super: {
# Work around overly restrictive constraints on the version of 'base'.
ChasingBottoms = doJailbreak super.ChasingBottoms;
hashable = doJailbreak super.hashable;
protolude = doJailbreak super.protolude;
quickcheck-instances = doJailbreak super.quickcheck-instances;
# LTS-9 versions do not compile.
path = dontCheck super.path;
path-io = super.path-io_1_3_3;
trifecta = super.trifecta_1_7_1_1;
}