haskell-semigroupoids: fix build with ghc-7.10.x and before
This commit is contained in:
@@ -208,5 +208,6 @@ self: super: {
|
|||||||
|
|
||||||
# The test suite requires Cabal 1.24.x or later to compile.
|
# The test suite requires Cabal 1.24.x or later to compile.
|
||||||
comonad = dontCheck super.comonad;
|
comonad = dontCheck super.comonad;
|
||||||
|
semigroupoids = dontCheck super.semigroupoids;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -116,5 +116,6 @@ self: super: {
|
|||||||
|
|
||||||
# The test suite requires Cabal 1.24.x or later to compile.
|
# The test suite requires Cabal 1.24.x or later to compile.
|
||||||
comonad = dontCheck super.comonad;
|
comonad = dontCheck super.comonad;
|
||||||
|
semigroupoids = dontCheck super.semigroupoids;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -160,5 +160,6 @@ self: super: {
|
|||||||
|
|
||||||
# The test suite requires Cabal 1.24.x or later to compile.
|
# The test suite requires Cabal 1.24.x or later to compile.
|
||||||
comonad = dontCheck super.comonad;
|
comonad = dontCheck super.comonad;
|
||||||
|
semigroupoids = dontCheck super.semigroupoids;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user