Merge PR #244603 into haskell-updates

This commit is contained in:
sternenseemann 2023-07-25 13:02:46 +02:00
commit 812ce1a97c
4 changed files with 9 additions and 11 deletions

View file

@ -16258,6 +16258,12 @@
githubId = 863327;
name = "Tyler Benster";
};
tbidne = {
email = "tbidne@protonmail.com";
github = "tbidne";
githubId = 2856188;
name = "Thomas Bidne";
};
tboerger = {
email = "thomas@webhippie.de";
matrix = "@tboerger:matrix.org";

View file

@ -417,6 +417,8 @@ package-maintainers:
- irc-client
- chatter
- envy
tbidne:
- rest-rewrite
terlar:
- nix-diff
turion:

View file

@ -1302,17 +1302,6 @@ self: super: builtins.intersectAttrs super {
halide-haskell = super.halide-haskell.override { Halide = pkgs.halide; };
rest-rewrite =
overrideCabal
(oldAttrs: {
# Directory is needed for tests.
# https://github.com/zgrannan/rest/issues/37
postPatch = oldAttrs.postPatch or "" + ''
mkdir graphs
'';
})
super.rest-rewrite;
# Sydtest has a brittle test suite that will only work with the exact
# versions that it ships with.
sydtest = dontCheck super.sydtest;

View file

@ -247999,6 +247999,7 @@ self: {
doHaddock = false;
description = "Rewriting library with online termination checking";
license = lib.licenses.bsd3;
maintainers = [ lib.maintainers.tbidne ];
}) {inherit (pkgs) graphviz; inherit (pkgs) z3;};
"rest-snap" = callPackage