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