Skip to content

Commit

Permalink
Add GHC bindist libdir and prefix for 9.0.2 on darwin_amd64
Browse files Browse the repository at this point in the history
  • Loading branch information
avdv committed Jun 1, 2022
1 parent ed9ca34 commit 5400e38
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions haskell/ghc_bindist.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ GHC_BINDIST_STRIP_PREFIX = \
},
"9.0.2": {
"windows_amd64": "ghc-9.0.2-x86_64-unknown-mingw32",
"darwin_amd64": "ghc-9.0.2-x86_64-apple-darwin",
},
"9.0.1": {
"windows_amd64": "ghc-9.0.1-x86_64-unknown-mingw32",
Expand All @@ -42,6 +43,9 @@ GHC_BINDIST_LIBDIR = \
"9.2.1": {
"darwin_amd64": "lib/lib",
},
"9.0.2": {
"darwin_amd64": "lib/lib",
},
}

GHC_BINDIST_DOCDIR = \
Expand Down

0 comments on commit 5400e38

Please sign in to comment.