mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 06:45:54 +03:00
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";
|
||||
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";
|
||||
|
Loading…
Reference in New Issue
Block a user