-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ghc-prim integration with new virtual_modules (#4)
based on MercuryTechnologies/buck2-prelude#47 * retry ghc-prim build. now -this-unit-id ghc-prim with use_same_package_name=True. a little bit more progress. * Success in building ghc-prim and ghc-bignum, ghc-internal depending on that in-tree lib! by virtual_modules = ["GHC.Prim"] * remove hard-coded paths (unnecessary) * remove irrelevant comment now
- Loading branch information
Showing
2 changed files
with
44 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule prelude
updated
3 files
+8 −0 | decls/haskell_common.bzl | |
+1 −0 | decls/haskell_rules.bzl | |
+2 −1 | haskell/haskell.bzl |