Skip to content

Commit af6be5d

Browse files
authored
ghc-lib-parser-9.6: add global unique counters patch (#1876)
1 parent 976f188 commit af6be5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/configuration-nix.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ in {
7373
packages.ghc-lib-parser.patches = [
7474
(fromUntil "8.10.0.0" "9.2" ../overlays/patches/ghc-lib-parser-8.10-global-unique-counters-in-rts.patch)
7575
(fromUntil "9.2.0.0" "9.3" ../overlays/patches/ghc-lib-parser-9.2-global-unique-counters-in-rts.patch)
76-
(fromUntil "9.4.0.0" "9.5" ../overlays/patches/ghc-lib-parser-9.4-global-unique-counters-in-rts.patch)
76+
(fromUntil "9.4.0.0" "9.7" ../overlays/patches/ghc-lib-parser-9.4-global-unique-counters-in-rts.patch)
7777
];
7878

7979
# See https://github.com/haskell-nix/hnix/pull/1053

0 commit comments

Comments
 (0)