haskell-comonad: fix build with GHC 7.6.x
This commit is contained in:
parent
a3326e85c0
commit
111cff5f0e
@ -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;
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user