haskell-testing-feat: add version 0.4.0.1
This commit is contained in:
parent
357f61b3fa
commit
b722d4f3ff
13
pkgs/development/libraries/haskell/testing-feat/default.nix
Normal file
13
pkgs/development/libraries/haskell/testing-feat/default.nix
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
{ cabal, mtl, QuickCheck, tagshare }:
|
||||||
|
|
||||||
|
cabal.mkDerivation (self: {
|
||||||
|
pname = "testing-feat";
|
||||||
|
version = "0.4.0.1";
|
||||||
|
sha256 = "1fqp5k8kwnn7qqggyy5scsxmkvd1pibc5sfs7v1myrp0azkc25cp";
|
||||||
|
buildDepends = [ mtl QuickCheck tagshare ];
|
||||||
|
meta = {
|
||||||
|
description = "Functional Enumeration of Algebraic Types";
|
||||||
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
|
platforms = self.ghc.meta.platforms;
|
||||||
|
};
|
||||||
|
})
|
@ -2407,6 +2407,8 @@ let result = let callPackage = x : y : modifyPrio (newScope result.finalReturn x
|
|||||||
|
|
||||||
testFrameworkThPrime = callPackage ../development/libraries/haskell/test-framework-th-prime {};
|
testFrameworkThPrime = callPackage ../development/libraries/haskell/test-framework-th-prime {};
|
||||||
|
|
||||||
|
testingFeat = callPackage ../development/libraries/haskell/testing-feat {};
|
||||||
|
|
||||||
texmath = callPackage ../development/libraries/haskell/texmath {};
|
texmath = callPackage ../development/libraries/haskell/texmath {};
|
||||||
|
|
||||||
text_0_11_0_5 = callPackage ../development/libraries/haskell/text/0.11.0.5.nix {};
|
text_0_11_0_5 = callPackage ../development/libraries/haskell/text/0.11.0.5.nix {};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user