forked from mirrors/nixpkgs
haskell-semigroupoids: fix build with ghc-7.10.x and before
This commit is contained in:
parent
194a779df4
commit
f62ef84f3d
|
@ -208,5 +208,6 @@ self: super: {
|
|||
|
||||
# The test suite requires Cabal 1.24.x or later to compile.
|
||||
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.
|
||||
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.
|
||||
comonad = dontCheck super.comonad;
|
||||
semigroupoids = dontCheck super.semigroupoids;
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue