haskell-ChasingBottoms: update to version 1.3.0.6
This commit is contained in:
parent
5057310d07
commit
0163789e02
@ -2,15 +2,14 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "ChasingBottoms";
|
pname = "ChasingBottoms";
|
||||||
version = "1.3.0.5";
|
version = "1.3.0.6";
|
||||||
sha256 = "0g3c52c8gpm0xlnxxdgazz0f7zpnjvdx5vffsv1zr3vcn3kp1xy0";
|
sha256 = "1l40n1ylzrbp0lhm80q9djl8mf39zvmw7zzlg0gzxsqbzwbsggx8";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [ mtl QuickCheck random syb ];
|
buildDepends = [ mtl QuickCheck random syb ];
|
||||||
jailbreak = true;
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "For testing partial and infinite values";
|
description = "For testing partial and infinite values";
|
||||||
license = "unknown";
|
license = self.stdenv.lib.licenses.mit;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user