haskell-cabal-bounds: update to version 0.8.3
This commit is contained in:
parent
598cc032d4
commit
0f78da8878
@ -1,13 +1,14 @@
|
|||||||
# 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, Glob, lens
|
{ cabal, Cabal, cabalInstall, cabalLenses, cmdargs, either
|
||||||
, strict, tasty, tastyGolden, transformers, unorderedContainers
|
, filepath, Glob, lens, strict, tasty, tastyGolden, transformers
|
||||||
|
, unorderedContainers
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "cabal-bounds";
|
pname = "cabal-bounds";
|
||||||
version = "0.8.1";
|
version = "0.8.3";
|
||||||
sha256 = "19z596niwvjbjs8cp06zqkd29kn7chqkf60cdbr0ikyw8v4dcjw7";
|
sha256 = "0nzb2knp1cazq54arfddy6k53v8spq1mq0vp5n4c3zn6m2x68j6z";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
@ -15,6 +16,7 @@ cabal.mkDerivation (self: {
|
|||||||
unorderedContainers
|
unorderedContainers
|
||||||
];
|
];
|
||||||
testDepends = [ filepath Glob tasty tastyGolden ];
|
testDepends = [ filepath Glob tasty tastyGolden ];
|
||||||
|
buildTools = [ cabalInstall ];
|
||||||
jailbreak = true;
|
jailbreak = true;
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user