3
0
Fork 0
forked from mirrors/nixpkgs

haskell-semigroupoids: fix build with ghc-7.10.x and before

This commit is contained in:
Peter Simons 2017-08-23 16:06:40 +02:00
parent 194a779df4
commit f62ef84f3d
3 changed files with 3 additions and 0 deletions

View file

@ -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;
}

View file

@ -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;
}

View file

@ -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;
}