haskell-cabal-test-quickcheck: fix build with GHC 7.8.4

This commit is contained in:
Peter Simons 2015-01-11 01:46:30 +01:00
parent b31082d246
commit 7fa32aecd1

View file

@ -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.