Re-generated Haskell package descriptions with the latest version of cabal2nix.

svn path=/nixpkgs/trunk/; revision=32327
This commit is contained in:
Peter Simons
2012-02-16 14:05:41 +00:00
parent b7e432214b
commit cb28766341
546 changed files with 1062 additions and 1289 deletions

View File

@@ -1,13 +1,11 @@
{ cabal, Cabal, extensibleExceptions, QuickCheck, random
, testFramework
}:
{ cabal, extensibleExceptions, QuickCheck, random, testFramework }:
cabal.mkDerivation (self: {
pname = "test-framework-quickcheck2";
version = "0.2.12";
sha256 = "08qr2lh1akjy5daxxk1sy59sg94hvv5s5njs9x6lrx648hy7y8iy";
buildDepends = [
Cabal extensibleExceptions QuickCheck random testFramework
extensibleExceptions QuickCheck random testFramework
];
meta = {
homepage = "http://batterseapower.github.com/test-framework/";