haskellPackages.rest-rewrite: regenerate with new version of cabal2nix

https://github.com/NixOS/cabal2nix/pull/605
This commit is contained in:
Dennis Gosnell 2023-07-10 12:42:18 +09:00
parent 297448c99c
commit 1b36ac8eec
No known key found for this signature in database
GPG key ID: 462E0C03D11422F4

View file

@ -247917,8 +247917,9 @@ self: {
}) {};
"rest-rewrite" = callPackage
({ mkDerivation, base, containers, hashable, monad-loops, mtl
, parsec, process, QuickCheck, text, time, unordered-containers
({ mkDerivation, base, containers, graphviz, hashable, monad-loops
, mtl, parsec, process, QuickCheck, text, time
, unordered-containers, z3
}:
mkDerivation {
pname = "rest-rewrite";
@ -247932,12 +247933,13 @@ self: {
base containers hashable mtl QuickCheck text time
unordered-containers
];
testSystemDepends = [ graphviz z3 ];
doHaddock = false;
description = "Rewriting library with online termination checking";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
}) {inherit (pkgs) graphviz; inherit (pkgs) z3;};
"rest-snap" = callPackage
({ mkDerivation, base, base-compat, bytestring, case-insensitive