We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4b5fe1 commit 78ebf39Copy full SHA for 78ebf39
modules/configuration-nix.nix
@@ -75,7 +75,7 @@ in addPackageKeys {
75
packages.ghc-lib-parser.patches = [
76
(fromUntil "8.10.0.0" "9.2" ../overlays/patches/ghc-lib-parser-8.10-global-unique-counters-in-rts.patch)
77
(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)
+ (fromUntil "9.4.0.0" "9.6.7" ../overlays/patches/ghc-lib-parser-9.4-global-unique-counters-in-rts.patch)
79
];
80
packages.ghc-lib-parser.components.library.pre-existing = ["ghc-boot-th"];
81
0 commit comments