haskell-comonad: fix build with GHC 7.6.x

This commit is contained in:
Peter Simons 2017-08-23 16:03:24 +02:00
parent a3326e85c0
commit 111cff5f0e

View File

@ -114,4 +114,7 @@ self: super: {
# Breaks a dependency cycle between QuickCheck and semigroups
unordered-containers = dontCheck super.unordered-containers;
# The test suite requires Cabal 1.24.x or later to compile.
comonad = dontCheck super.comonad;
}