haskell-cabal-bounds: update to 0.8.1
This commit is contained in:
parent
785ed2b528
commit
bd957f8038
@ -1,20 +1,21 @@
|
|||||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||||
|
|
||||||
{ cabal, Cabal, cabalLenses, cmdargs, either, filepath, lens
|
{ cabal, Cabal, cabalLenses, cmdargs, either, filepath, Glob, lens
|
||||||
, strict, tasty, tastyGolden, transformers, unorderedContainers
|
, strict, tasty, tastyGolden, transformers, unorderedContainers
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "cabal-bounds";
|
pname = "cabal-bounds";
|
||||||
version = "0.8";
|
version = "0.8.1";
|
||||||
sha256 = "0db5vy4qfjc2d27d4vk37gz9sdjgjlargndligmljf52s2g568r0";
|
sha256 = "19z596niwvjbjs8cp06zqkd29kn7chqkf60cdbr0ikyw8v4dcjw7";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
Cabal cabalLenses cmdargs either lens strict transformers
|
Cabal cabalLenses cmdargs either lens strict transformers
|
||||||
unorderedContainers
|
unorderedContainers
|
||||||
];
|
];
|
||||||
testDepends = [ filepath tasty tastyGolden ];
|
testDepends = [ filepath Glob tasty tastyGolden ];
|
||||||
|
jailbreak = true;
|
||||||
doCheck = false;
|
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";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user