Skip to content

Commit

Permalink
Fix docdir for windows with GHC 9.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
matsubara0507 committed Dec 17, 2021
1 parent 4531a7f commit cf3082a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion haskell/ghc_bindist.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,10 @@ GHC_BINDIST_DOCDIR = \
{
"9.2.1": {
"windows_amd64": "docs",
}
},
"9.0.1": {
"windows_amd64": "docs",
},
}

def _ghc_bindist_impl(ctx):
Expand Down

0 comments on commit cf3082a

Please sign in to comment.