Skip to content

Commit

Permalink
Fix for windows cross compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishmack committed Jan 21, 2025
1 parent 5150d70 commit cb6f1de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion overlays/bootstrap.nix
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ in {
++ fromUntil "9.8.4" "9.8.5" ./patches/ghc/ghc-9.8.4-remove-unused-containers-h-include13709.diff

# See https://gitlab.haskell.org/ghc/ghc/-/merge_requests/12586
++ 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)
;
in ({
ghc8107 = traceWarnOld "8.10" (final.callPackage ../compiler/ghc {
Expand Down

0 comments on commit cb6f1de

Please sign in to comment.