Regenerated all Haskell packages with the latest version of cabal2nix.
svn path=/nixpkgs/trunk/; revision=32292
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
{ cabal, extensibleExceptions, mtl, random }:
|
||||
{ cabal, Cabal, extensibleExceptions, mtl, random }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "QuickCheck";
|
||||
version = "2.1.1.1";
|
||||
sha256 = "626a6f7a69e2bea3b4fe7c573d0bc8da8c77f97035cb2d3a5e1c9fca382b59c9";
|
||||
buildDepends = [ extensibleExceptions mtl random ];
|
||||
buildDepends = [ Cabal extensibleExceptions mtl random ];
|
||||
meta = {
|
||||
homepage = "http://www.cse.chalmers.se/~koen";
|
||||
description = "Automatic testing of Haskell programs";
|
||||
|
||||
Reference in New Issue
Block a user