mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 14:41:17 +00:00
haskell-cabal-test-quickcheck: fix build with GHC 7.8.4
This commit is contained in:
parent
b31082d246
commit
7fa32aecd1
|
@ -92,6 +92,9 @@ self: super: {
|
|||
patchPhase = "sed -i -e 's|random.*==.*|random|' -e 's|text.*>=.*,|text,|' -e s'|terminfo == .*|terminfo|' darcs.cabal";
|
||||
});
|
||||
|
||||
# The test suite imposes too narrow restrictions on the version of
|
||||
# Cabal that can be used to build this package.
|
||||
cabal-test-quickcheck = dontCheck super.cabal-test-quickcheck;
|
||||
}
|
||||
// {
|
||||
# Not on Hackage yet.
|
||||
|
|
Loading…
Reference in a new issue