3
0
Fork 0
forked from mirrors/nixpkgs

haskell-test-framework-quickcheck2: update to version 0.3.0.2

This commit is contained in:
Peter Simons 2013-10-10 11:50:48 +02:00
parent 445f80e6e4
commit fae99f8e78

View file

@ -2,14 +2,14 @@
cabal.mkDerivation (self: {
pname = "test-framework-quickcheck2";
version = "0.3.0.1";
sha256 = "1177cvlb4qsa5x2k12dd60y7b14dyd3jr1ygb49aackhjx52c41s";
version = "0.3.0.2";
sha256 = "0zgsbmxidyv735jbgajczn25pnhwq66haaadhh6lxj2jsq5fnqpy";
buildDepends = [
extensibleExceptions QuickCheck random testFramework
];
jailbreak = true;
meta = {
homepage = "http://batterseapower.github.com/test-framework/";
homepage = "https://batterseapower.github.io/test-framework/";
description = "QuickCheck2 support for the test-framework package";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;