haskell-ChasingBottoms: add version 1.3.0.5

This commit is contained in:
Peter Simons 2013-02-24 22:10:08 +01:00
parent fbb1665cec
commit 23d7315135
2 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,15 @@
{ cabal, mtl, QuickCheck, random, syb }:
cabal.mkDerivation (self: {
pname = "ChasingBottoms";
version = "1.3.0.5";
sha256 = "0g3c52c8gpm0xlnxxdgazz0f7zpnjvdx5vffsv1zr3vcn3kp1xy0";
isLibrary = true;
isExecutable = true;
buildDepends = [ mtl QuickCheck random syb ];
meta = {
description = "For testing partial and infinite values";
license = "unknown";
platforms = self.ghc.meta.platforms;
};
})

View File

@ -582,6 +582,8 @@ let result = let callPackage = x : y : modifyPrio (newScope result.final x y);
Chart = callPackage ../development/libraries/haskell/Chart {};
ChasingBottoms = callPackage ../development/libraries/haskell/ChasingBottoms {};
citeprocHs = callPackage ../development/libraries/haskell/citeproc-hs {};
cipherAes = callPackage ../development/libraries/haskell/cipher-aes {};