Preparing for the upcoming Haskell Platform release.

svn path=/nixpkgs/trunk/; revision=22620
This commit is contained in:
Andres Löh
2010-07-17 13:23:48 +00:00
parent 26164c05c5
commit 5f8328c461
27 changed files with 252 additions and 18 deletions

View File

@@ -0,0 +1,14 @@
{cabal, mtl}:
cabal.mkDerivation (self : {
pname = "QuickCheck";
version = "2.1.0.3"; # Haskell Platform 2010.1.0.0
sha256 = "91a861233fe0a37a032d092dd5e8ec40c2c99fbbf0701081394eb244f23757b1";
propagatedBuildInputs = [mtl];
meta = {
description = "Automatic testing of Haskell programs";
license = "BSD";
maintainers = [self.stdenv.lib.maintainers.andres];
};
})

View File

@@ -2,8 +2,8 @@
cabal.mkDerivation (self : {
pname = "QuickCheck";
version = "2.1.0.3"; # Haskell Platform 2010.1.0.0
sha256 = "91a861233fe0a37a032d092dd5e8ec40c2c99fbbf0701081394eb244f23757b1";
version = "2.1.1.1"; # Haskell Platform 2010.2.0.0
sha256 = "626a6f7a69e2bea3b4fe7c573d0bc8da8c77f97035cb2d3a5e1c9fca382b59c9";
propagatedBuildInputs = [mtl];
meta = {
description = "Automatic testing of Haskell programs";