haskell-src-exts: test suite fails when building with GHC 8.0.x

This commit is contained in:
Peter Simons 2016-04-13 10:31:46 +02:00
parent 70f396fa48
commit 232d843c8a

View file

@ -74,4 +74,7 @@ self: super: {
# https://github.com/dreixel/generic-deriving/issues/37
generic-deriving = dontHaddock super.generic-deriving;
# https://github.com/haskell-suite/haskell-src-exts/issues/302
haskell-src-exts = dontCheck super.haskell-src-exts;
}