diff options
author | Siddharth Bhat <siddharth.bath@tweag.io> | 2019-06-16 14:36:24 +0200 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-06-17 01:20:57 -0400 |
commit | bb141114ad4e4eb6db66e212fa08d93257b99bbc (patch) | |
tree | e2324d1dda21119f766c893490b45b9ec6e7b4ff /HACKING.md | |
parent | 63965ae3a3aa0ea2a2f7462337892898b8880880 (diff) | |
download | haskell-bb141114ad4e4eb6db66e212fa08d93257b99bbc.tar.gz |
Add link to mfix.github.io/ghc in HACKING.mdwip/gc/unglobalize-gc-statewip/gc/printer-improvementswip/gc/factor-out-bitmap-walking
Diffstat (limited to 'HACKING.md')
-rw-r--r-- | HACKING.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/HACKING.md b/HACKING.md index 8e862b8863..b1d41a7c5e 100644 --- a/HACKING.md +++ b/HACKING.md @@ -86,10 +86,21 @@ read over this page carefully: <https://gitlab.haskell.org/ghc/ghc/wikis/building/using> +A web based code explorer for the GHC source code with semantic analysis +and type information of the GHC sources is available at: + +<https://haskell-code-explorer.mfix.io/> + +Look for `GHC` in `Package-name`. For example, here is the link to +[GHC-8.6.5](https://haskell-code-explorer.mfix.io/package/ghc-8.6.5). + + + If you want to watch issues and code review activities, the following page is a good start: <https://gitlab.haskell.org/ghc/ghc/activity> + How to communicate with us ========================== |