mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-14 15:36:47 +03:00
haskell-ChasingBottoms: add version 1.3.0.5
This commit is contained in:
parent
fbb1665cec
commit
23d7315135
@ -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;
|
||||
};
|
||||
})
|
@ -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 {};
|
||||
|
Loading…
Reference in New Issue
Block a user