3
0
Fork 0
forked from mirrors/nixpkgs

ghc-exactprint: Fix build on GHC-8.2

This commit is contained in:
Shea Levy 2017-12-22 09:01:03 -05:00
parent e6c3dcfcf7
commit bd424fdce9
No known key found for this signature in database
GPG key ID: 5C0BD6957D86FE27

View file

@ -71,4 +71,8 @@ self: super: {
# https://github.com/aristidb/aws/issues/238
aws = doJailbreak super.aws;
# Upstream failed to distribute the testsuite for 8.2
# https://github.com/alanz/ghc-exactprint/pull/60
ghc-exactprint = dontCheck super.ghc-exactprint;
}