mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-01 01:51:24 +00:00
haskell-comonad: fix build with ghc-7.10.x and earlier
This commit is contained in:
parent
b8314072f9
commit
074581c1a4
|
@ -206,4 +206,7 @@ self: super: {
|
|||
# Moved out from common as no longer the case for GHC8
|
||||
ghc-mod = super.ghc-mod.override { cabal-helper = self.cabal-helper_0_6_3_1; };
|
||||
|
||||
# The test suite requires Cabal 1.24.x or later to compile.
|
||||
comonad = dontCheck super.comonad;
|
||||
|
||||
}
|
||||
|
|
|
@ -158,4 +158,7 @@ self: super: {
|
|||
# extra-test: <stdout>: hFlush: invalid argument (Bad file descriptor)
|
||||
extra = dontCheck super.extra;
|
||||
|
||||
# The test suite requires Cabal 1.24.x or later to compile.
|
||||
comonad = dontCheck super.comonad;
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue