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 New Issue
Block a user