haskell-testing-feat: add version 0.4.0.1

This commit is contained in:
Peter Simons 2014-03-19 11:44:24 +01:00
parent 357f61b3fa
commit b722d4f3ff
2 changed files with 15 additions and 0 deletions

View 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;
};
})

View File

@ -2407,6 +2407,8 @@ let result = let callPackage = x : y : modifyPrio (newScope result.finalReturn x
testFrameworkThPrime = callPackage ../development/libraries/haskell/test-framework-th-prime {};
testingFeat = callPackage ../development/libraries/haskell/testing-feat {};
texmath = callPackage ../development/libraries/haskell/texmath {};
text_0_11_0_5 = callPackage ../development/libraries/haskell/text/0.11.0.5.nix {};