haskell-QuickCheck: update to version 2.7.3

This commit is contained in:
Peter Simons
2014-03-26 09:49:11 +01:00
parent 3551e2ee06
commit da7fe3fe8a
2 changed files with 10 additions and 13 deletions

View File

@@ -2,13 +2,10 @@
cabal.mkDerivation (self: {
pname = "QuickCheck";
version = "2.7.1";
sha256 = "1hk19q7lfvja7g626hbbq0xs30zsgjpqfalgmdr24fy8sgdchm21";
version = "2.7.3";
sha256 = "196pz0b32m84ydwm4wk7m8512bmsxw7nsqpxbyfxsyi3ykq220yh";
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";