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 5150d70 commit cb6f1deCopy full SHA for cb6f1de
overlays/bootstrap.nix
@@ -283,7 +283,7 @@ in {
283
++ fromUntil "9.8.4" "9.8.5" ./patches/ghc/ghc-9.8.4-remove-unused-containers-h-include13709.diff
284
285
# See https://gitlab.haskell.org/ghc/ghc/-/merge_requests/12586
286
- ++ onWindows (until "9.12" ./patches/ghc/ghc-win32-io-manager-compilation.patch)
+ ++ onWindows (fromUntil "9.6.6" "9.12" ./patches/ghc/ghc-win32-io-manager-compilation.patch)
287
;
288
in ({
289
ghc8107 = traceWarnOld "8.10" (final.callPackage ../compiler/ghc {
0 commit comments