Skip to content

Commit 3f6507b

Browse files
committed
Remove patches for GHC 8.8.4 and 8.6.5
1 parent 96b4d58 commit 3f6507b

File tree

3 files changed

+0
-31
lines changed

3 files changed

+0
-31
lines changed

haskell/assets/ghc_8_6_5_win_base.patch

Lines changed: 0 additions & 11 deletions
This file was deleted.

haskell/assets/ghc_8_8_4_win_base.patch

Lines changed: 0 additions & 11 deletions
This file was deleted.

haskell/ghc_bindist.bzl

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -460,15 +460,6 @@ def ghc_bindist(
460460
toolchain_name = "{}-toolchain".format(name)
461461

462462
patches = None
463-
if target == "windows_amd64":
464-
# Older GHC versions on Windows contain a bug:
465-
# https://gitlab.haskell.org/ghc/ghc/issues/16466
466-
# We work around this by patching the base configuration.
467-
patches = {
468-
"8.6.5": ["@rules_haskell//haskell:assets/ghc_8_6_5_win_base.patch"],
469-
"8.8.4": ["@rules_haskell//haskell:assets/ghc_8_8_4_win_base.patch"],
470-
}.get(version)
471-
472463
if target == "darwin_amd64":
473464
patches = {
474465
# Patch for https://gitlab.haskell.org/ghc/ghc/-/issues/19963

0 commit comments

Comments
 (0)