haskell-QuickCheck: update to version 2.7.1

This commit is contained in:
Peter Simons
2014-03-22 10:30:13 +01:00
parent d294dd7774
commit 3cb4ddb3d5
2 changed files with 9 additions and 9 deletions

View File

@@ -2,8 +2,8 @@
cabal.mkDerivation (self: {
pname = "QuickCheck";
version = "2.7";
sha256 = "0l7qijcwbf81wdizsv7qzmm73dsjbldm2sx305cqs6bmnynbl508";
version = "2.7.1";
sha256 = "1hk19q7lfvja7g626hbbq0xs30zsgjpqfalgmdr24fy8sgdchm21";
buildDepends = [ random tfRandom ];
testDepends = [ testFramework ];
meta = {