mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01: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
1 changed files with 3 additions and 0 deletions
|
@ -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 a new issue