haskell-testpack: updated to version 2.1.0
svn path=/nixpkgs/trunk/; revision=27660
This commit is contained in:
parent
d7f698c078
commit
20ba4e9296
pkgs/development/libraries/haskell/testpack
|
@ -1,10 +1,10 @@
|
||||||
{cabal, HUnit, QuickCheck, mtl}:
|
{cabal, HUnit, QuickCheck2, mtl}:
|
||||||
|
|
||||||
cabal.mkDerivation (self : {
|
cabal.mkDerivation (self : {
|
||||||
pname = "testpack";
|
pname = "testpack";
|
||||||
version = "1.0.2";
|
version = "2.1.0";
|
||||||
sha256 = "ff3d24a755aeeb765d5e93aa0189d0d67ac96b2d84e27a29609eb4738a6cdabc";
|
sha256 = "8128f3a409855fca1d431391b2cbf6a9f4dec32dd6f26825960b936fe578c476";
|
||||||
propagatedBuildInputs = [HUnit QuickCheck mtl];
|
propagatedBuildInputs = [HUnit QuickCheck2 mtl];
|
||||||
meta = {
|
meta = {
|
||||||
description = "Test Utility Pack for HUnit and QuickCheck";
|
description = "Test Utility Pack for HUnit and QuickCheck";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue