Skip to content

Commit 6bceea0

Browse files
committed
ghc-lib-parser-9.6: add global unique counters patch
1 parent a682553 commit 6bceea0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/configuration-nix.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ in {
7272
packages.ghc-lib-parser.patches = [
7373
(fromUntil "8.10.0.0" "9.2" ../overlays/patches/ghc-lib-parser-8.10-global-unique-counters-in-rts.patch)
7474
(fromUntil "9.2.0.0" "9.3" ../overlays/patches/ghc-lib-parser-9.2-global-unique-counters-in-rts.patch)
75-
(fromUntil "9.4.0.0" "9.5" ../overlays/patches/ghc-lib-parser-9.4-global-unique-counters-in-rts.patch)
75+
(fromUntil "9.4.0.0" "9.7" ../overlays/patches/ghc-lib-parser-9.4-global-unique-counters-in-rts.patch)
7676
];
7777

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

0 commit comments

Comments
 (0)