mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
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
|
||||
];
|
||||
testDepends = [ filepath tasty tastyGolden ];
|
||||
doCheck = false;
|
||||
jailbreak = true;
|
||||
|
||||
doCheck = false;
|
||||
meta = {
|
||||
description = "A command line program for managing the bounds/versions of the dependencies in a cabal file";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
|
Loading…
Reference in New Issue
Block a user