Skip to content

Commit 97fdf12

Browse files
committed
Fix darwin bindist by touching WORKSPACE file
Closes: #884
1 parent d5b7b2e commit 97fdf12

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

haskell/ghc_bindist.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,7 @@ grep -lZ {bindist_dir} bin/* | xargs -0 --verbose \\
231231
executable = False,
232232
)
233233
ctx.template("CROSSTOOL", crosstool_windows, executable = False)
234+
ctx.file("WORKSPACE")
234235

235236
_ghc_bindist = repository_rule(
236237
_ghc_bindist_impl,

0 commit comments

Comments
 (0)