Skip to content

Commit cf3082a

Browse files
committed
Fix docdir for windows with GHC 9.0.1
1 parent 4531a7f commit cf3082a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

haskell/ghc_bindist.bzl

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,10 @@ GHC_BINDIST_DOCDIR = \
360360
{
361361
"9.2.1": {
362362
"windows_amd64": "docs",
363-
}
363+
},
364+
"9.0.1": {
365+
"windows_amd64": "docs",
366+
},
364367
}
365368

366369
def _ghc_bindist_impl(ctx):

0 commit comments

Comments
 (0)