mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
haskell-ChasingBottoms: update to version 1.3.0.6
This commit is contained in:
parent
5057310d07
commit
0163789e02
1 changed files with 3 additions and 4 deletions
|
@ -2,15 +2,14 @@
|
|||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "ChasingBottoms";
|
||||
version = "1.3.0.5";
|
||||
sha256 = "0g3c52c8gpm0xlnxxdgazz0f7zpnjvdx5vffsv1zr3vcn3kp1xy0";
|
||||
version = "1.3.0.6";
|
||||
sha256 = "1l40n1ylzrbp0lhm80q9djl8mf39zvmw7zzlg0gzxsqbzwbsggx8";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [ mtl QuickCheck random syb ];
|
||||
jailbreak = true;
|
||||
meta = {
|
||||
description = "For testing partial and infinite values";
|
||||
license = "unknown";
|
||||
license = self.stdenv.lib.licenses.mit;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
};
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue