Version bump for HDBC.

svn path=/nixpkgs/trunk/; revision=15946
This commit is contained in:
Andres Löh
2009-06-12 13:39:05 +00:00
parent 3f26456240
commit 97ad35b531
9 changed files with 81 additions and 30 deletions

View File

@@ -0,0 +1,12 @@
{cabal, HUnit, QuickCheck, mtl}:
cabal.mkDerivation (self : {
pname = "testpack";
version = "1.0.2";
sha256 = "ff3d24a755aeeb765d5e93aa0189d0d67ac96b2d84e27a29609eb4738a6cdabc";
propagatedBuildInputs = [HUnit QuickCheck mtl];
meta = {
description = "Test Utility Pack for HUnit and QuickCheck";
};
})