haskell-aws: jailbreak when building with ghc-8.2.x
This commit is contained in:
parent
e1c5e81b90
commit
e8826a9ac4
@ -63,6 +63,9 @@ self: super: {
|
|||||||
protolude = doJailbreak super.protolude;
|
protolude = doJailbreak super.protolude;
|
||||||
quickcheck-instances = doJailbreak super.quickcheck-instances;
|
quickcheck-instances = doJailbreak super.quickcheck-instances;
|
||||||
|
|
||||||
|
# https://github.com/aristidb/aws/issues/238
|
||||||
|
aws = doJailbreak super.aws;
|
||||||
|
|
||||||
# LTS-9 versions do not compile.
|
# LTS-9 versions do not compile.
|
||||||
path = dontCheck super.path;
|
path = dontCheck super.path;
|
||||||
path-io = super.path-io_1_3_3;
|
path-io = super.path-io_1_3_3;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user