haskell-testpack: update to version 2.1.2.1
This commit is contained in:
parent
b34be14255
commit
50001e9403
@ -2,10 +2,11 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "testpack";
|
pname = "testpack";
|
||||||
version = "2.1.2";
|
version = "2.1.2.1";
|
||||||
sha256 = "12dhl8svy0wmdwlvkp0p0j6wr6vgv4hrjcpdv48kc5rcwjvh8xif";
|
sha256 = "1fm4dy9vs2whc48cr00ncqqzz6r5yp7bvgil86idbbgi8igld5j0";
|
||||||
buildDepends = [ HUnit mtl QuickCheck random ];
|
buildDepends = [ HUnit mtl QuickCheck random ];
|
||||||
patches = [ ./support-recent-quickcheck.patch ];
|
patches = [ ./support-recent-quickcheck.patch ];
|
||||||
|
jailbreak = true;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://hackage.haskell.org/cgi-bin/hackage-scripts/package/testpack";
|
homepage = "http://hackage.haskell.org/cgi-bin/hackage-scripts/package/testpack";
|
||||||
description = "Test Utililty Pack for HUnit and QuickCheck";
|
description = "Test Utililty Pack for HUnit and QuickCheck";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user