Updated Haskell expressions with the latest version of cabal2nix.

* haskell-dataenc: updated to version 0.14.0.2
 * haskell-fclabels: updated to version 1.0.1

svn path=/nixpkgs/trunk/; revision=28574
This commit is contained in:
Peter Simons
2011-08-14 22:52:05 +00:00
parent 44e4b0da86
commit 3e10ee5c92
40 changed files with 105 additions and 104 deletions

View File

@@ -1,10 +1,10 @@
{ cabal, HUnit, QuickCheck, mtl, random }:
{ cabal, HUnit, mtl, QuickCheck, random }:
cabal.mkDerivation (self: {
pname = "testpack";
version = "2.1.1";
sha256 = "1z8g3xhvy901h7kr7q4wcms5b23xniskrgxfpq42w4b34acwvhmg";
buildDepends = [ HUnit QuickCheck mtl random ];
buildDepends = [ HUnit mtl QuickCheck random ];
meta = {
homepage = "http://hackage.haskell.org/cgi-bin/hackage-scripts/package/testpack";
description = "Test Utililty Pack for HUnit and QuickCheck";