We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 976f188 commit af6be5dCopy full SHA for af6be5d
modules/configuration-nix.nix
@@ -73,7 +73,7 @@ in {
73
packages.ghc-lib-parser.patches = [
74
(fromUntil "8.10.0.0" "9.2" ../overlays/patches/ghc-lib-parser-8.10-global-unique-counters-in-rts.patch)
75
(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)
+ (fromUntil "9.4.0.0" "9.7" ../overlays/patches/ghc-lib-parser-9.4-global-unique-counters-in-rts.patch)
77
];
78
79
# See https://github.com/haskell-nix/hnix/pull/1053
0 commit comments