cabal-bounds: re-generate with cabal2nix
This commit is contained in:
parent
5849a91e8d
commit
baa1543dbc
|
@ -12,9 +12,8 @@ cabal.mkDerivation (self: {
|
||||||
Cabal cmdargs either lens strict transformers unorderedContainers
|
Cabal cmdargs either lens strict transformers unorderedContainers
|
||||||
];
|
];
|
||||||
testDepends = [ filepath tasty tastyGolden ];
|
testDepends = [ filepath tasty tastyGolden ];
|
||||||
doCheck = false;
|
|
||||||
jailbreak = true;
|
jailbreak = true;
|
||||||
|
doCheck = false;
|
||||||
meta = {
|
meta = {
|
||||||
description = "A command line program for managing the bounds/versions of the dependencies in a cabal file";
|
description = "A command line program for managing the bounds/versions of the dependencies in a cabal file";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
|
|
Loading…
Reference in New Issue