haskell-test-framework-quickcheck: drop obsolete package

This commit is contained in:
Peter Simons 2014-11-08 13:01:28 +01:00
parent dc6e0d95ac
commit c6b48a1486
2 changed files with 0 additions and 24 deletions

View File

@ -1,20 +0,0 @@
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, deepseq, extensibleExceptions, QuickCheck, random
, testFramework
}:
cabal.mkDerivation (self: {
pname = "test-framework-quickcheck";
version = "0.3.0";
sha256 = "0g8sh3x3mhns03svccgbdbw8crzpzmahp1hr1fs6ag66fqr8p9mv";
buildDepends = [
deepseq extensibleExceptions QuickCheck random testFramework
];
meta = {
homepage = "http://batterseapower.github.com/test-framework/";
description = "QuickCheck support for the test-framework package";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
};
})

View File

@ -2515,10 +2515,6 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
testFrameworkHunit = callPackage ../development/libraries/haskell/test-framework-hunit {};
testFrameworkQuickcheck = callPackage ../development/libraries/haskell/test-framework-quickcheck {
QuickCheck = self.QuickCheck_1_2_0_1; # doesn't support version 2.x
};
testFrameworkQuickcheck2 = callPackage ../development/libraries/haskell/test-framework-quickcheck2 {};
testFrameworkSmallcheck = callPackage ../development/libraries/haskell/test-framework-smallcheck {};