Skip to content

Commit cb6f1de

Browse files
committed
Fix for windows cross compilation
1 parent 5150d70 commit cb6f1de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

overlays/bootstrap.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ in {
283283
++ fromUntil "9.8.4" "9.8.5" ./patches/ghc/ghc-9.8.4-remove-unused-containers-h-include13709.diff
284284

285285
# See https://gitlab.haskell.org/ghc/ghc/-/merge_requests/12586
286-
++ onWindows (until "9.12" ./patches/ghc/ghc-win32-io-manager-compilation.patch)
286+
++ onWindows (fromUntil "9.6.6" "9.12" ./patches/ghc/ghc-win32-io-manager-compilation.patch)
287287
;
288288
in ({
289289
ghc8107 = traceWarnOld "8.10" (final.callPackage ../compiler/ghc {

0 commit comments

Comments
 (0)