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