haskell-test-framework-quickcheck: updated to version 0.2.8
svn path=/nixpkgs/trunk/; revision=31897
This commit is contained in:
parent
45312449cc
commit
2be13ee004
|
@ -4,8 +4,8 @@
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "test-framework-quickcheck";
|
pname = "test-framework-quickcheck";
|
||||||
version = "0.2.7";
|
version = "0.2.8";
|
||||||
sha256 = "065nazli8vh9dz8xi71gwzlwy81anfd471jhz6hv3m893cc9vvx8";
|
sha256 = "0ca6s7dnrdr9s2gdpfb74lswlj2lj091crk89m3yqjcadchkh3vl";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
deepseq extensibleExceptions QuickCheck random testFramework
|
deepseq extensibleExceptions QuickCheck random testFramework
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in New Issue