Skip to content

Commit

Permalink
Try windows bindist without patches
Browse files Browse the repository at this point in the history
  • Loading branch information
avdv committed Aug 4, 2023
1 parent 466baba commit 31a6a6b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions haskell/ghc_bindist.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -436,9 +436,9 @@ def ghc_bindist(

# More recent GHC versions just need a patch to fix the docs
# folder location:
if version_tuple >= (9, 0, 1):
dashed_version = version.replace(".", "_")
patches = ["@rules_haskell//haskell:assets/ghc_{}_win.patch".format(dashed_version)]
#if version_tuple >= (9, 0, 1):
# dashed_version = version.replace(".", "_")
# patches = ["@rules_haskell//haskell:assets/ghc_{}_win.patch".format(dashed_version)]

if target == "darwin_amd64":
patches = {
Expand Down

0 comments on commit 31a6a6b

Please sign in to comment.