Preparing for the upcoming Haskell Platform release.
svn path=/nixpkgs/trunk/; revision=22620
This commit is contained in:
14
pkgs/development/libraries/haskell/QuickCheck/2.1.0.3.nix
Normal file
14
pkgs/development/libraries/haskell/QuickCheck/2.1.0.3.nix
Normal 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];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user