mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 05:43:50 +03:00
haskell-test-framework-quickcheck: drop obsolete package
This commit is contained in:
parent
dc6e0d95ac
commit
c6b48a1486
@ -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;
|
||||
};
|
||||
})
|
@ -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 {};
|
||||
|
Loading…
Reference in New Issue
Block a user