Skip to content

Commit 78ebf39

Browse files
authored
Fix ghc-lib-parser 9.6.7 (#2395)
1 parent a4b5fe1 commit 78ebf39

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
@@ -75,7 +75,7 @@ in addPackageKeys {
7575
packages.ghc-lib-parser.patches = [
7676
(fromUntil "8.10.0.0" "9.2" ../overlays/patches/ghc-lib-parser-8.10-global-unique-counters-in-rts.patch)
7777
(fromUntil "9.2.0.0" "9.3" ../overlays/patches/ghc-lib-parser-9.2-global-unique-counters-in-rts.patch)
78-
(fromUntil "9.4.0.0" "9.7" ../overlays/patches/ghc-lib-parser-9.4-global-unique-counters-in-rts.patch)
78+
(fromUntil "9.4.0.0" "9.6.7" ../overlays/patches/ghc-lib-parser-9.4-global-unique-counters-in-rts.patch)
7979
];
8080
packages.ghc-lib-parser.components.library.pre-existing = ["ghc-boot-th"];
8181

0 commit comments

Comments
 (0)