Author: simons
Date: Wed Feb 29 17:30:49 2012
New Revision: 32705
URL: https://nixos.org/websvn/nix/?rev=32705&sc=1

Log:
haskell-testpack: updated to version 2.1.2

Modified:
   nixpkgs/trunk/pkgs/development/libraries/haskell/testpack/default.nix

Modified: nixpkgs/trunk/pkgs/development/libraries/haskell/testpack/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/libraries/haskell/testpack/default.nix       
Wed Feb 29 17:30:47 2012        (r32704)
+++ nixpkgs/trunk/pkgs/development/libraries/haskell/testpack/default.nix       
Wed Feb 29 17:30:49 2012        (r32705)
@@ -2,8 +2,8 @@
 
 cabal.mkDerivation (self: {
   pname = "testpack";
-  version = "2.1.1";
-  sha256 = "1z8g3xhvy901h7kr7q4wcms5b23xniskrgxfpq42w4b34acwvhmg";
+  version = "2.1.2";
+  sha256 = "12dhl8svy0wmdwlvkp0p0j6wr6vgv4hrjcpdv48kc5rcwjvh8xif";
   buildDepends = [ HUnit mtl QuickCheck random ];
   meta = {
     homepage = 
"http://hackage.haskell.org/cgi-bin/hackage-scripts/package/testpack";;
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to