haskell-tasty-quickcheck: update to version 0.8

This commit is contained in:
Peter Simons 2014-03-07 23:13:19 +01:00
parent 7fe58926c3
commit 6ec7fba26e

View File

@ -2,8 +2,8 @@
cabal.mkDerivation (self: {
pname = "tasty-quickcheck";
version = "0.3.1";
sha256 = "1rajvcq2a1yxdbb4kykvab1p9rnmsd2lgmlk61nd4fxvsvfj5gzn";
version = "0.8";
sha256 = "10d7chqrlp1fjphnkiykxd22g4mfp69kmihd705sxb0y0mrdfh8x";
buildDepends = [ QuickCheck random tagged tasty ];
meta = {
description = "QuickCheck support for the Tasty test framework";