haskell-QuickCheck: jailbreak to that the test suite for 2.7.1 accepts its own library

This commit is contained in:
Peter Simons 2014-03-22 10:30:40 +01:00
parent 3cb4ddb3d5
commit 70f6b1e506

View file

@ -6,6 +6,9 @@ cabal.mkDerivation (self: {
sha256 = "1hk19q7lfvja7g626hbbq0xs30zsgjpqfalgmdr24fy8sgdchm21";
buildDepends = [ random tfRandom ];
testDepends = [ testFramework ];
patchPhase = ''
sed -i -e 's|QuickCheck == .*,|QuickCheck,|' QuickCheck.cabal
'';
meta = {
homepage = "http://code.haskell.org/QuickCheck";
description = "Automatic testing of Haskell programs";