3
0
Fork 0
forked from mirrors/nixpkgs

haskell-aws: jailbreak when building with ghc-8.2.x

This commit is contained in:
Peter Simons 2017-09-07 09:54:18 +02:00
parent e1c5e81b90
commit e8826a9ac4

View file

@ -63,6 +63,9 @@ self: super: {
protolude = doJailbreak super.protolude;
quickcheck-instances = doJailbreak super.quickcheck-instances;
# https://github.com/aristidb/aws/issues/238
aws = doJailbreak super.aws;
# LTS-9 versions do not compile.
path = dontCheck super.path;
path-io = super.path-io_1_3_3;