haskell-QuickCheck: jailbreak to that the test suite for 2.7.1 accepts its own library
This commit is contained in:
parent
3cb4ddb3d5
commit
70f6b1e506
|
@ -6,6 +6,9 @@ cabal.mkDerivation (self: {
|
||||||
sha256 = "1hk19q7lfvja7g626hbbq0xs30zsgjpqfalgmdr24fy8sgdchm21";
|
sha256 = "1hk19q7lfvja7g626hbbq0xs30zsgjpqfalgmdr24fy8sgdchm21";
|
||||||
buildDepends = [ random tfRandom ];
|
buildDepends = [ random tfRandom ];
|
||||||
testDepends = [ testFramework ];
|
testDepends = [ testFramework ];
|
||||||
|
patchPhase = ''
|
||||||
|
sed -i -e 's|QuickCheck == .*,|QuickCheck,|' QuickCheck.cabal
|
||||||
|
'';
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://code.haskell.org/QuickCheck";
|
homepage = "http://code.haskell.org/QuickCheck";
|
||||||
description = "Automatic testing of Haskell programs";
|
description = "Automatic testing of Haskell programs";
|
||||||
|
|
Loading…
Reference in New Issue