summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiddharth Bhat <siddharth.bath@tweag.io>2019-06-16 14:36:24 +0200
committerMarge Bot <ben+marge-bot@smart-cactus.org>2019-06-17 01:20:57 -0400
commitbb141114ad4e4eb6db66e212fa08d93257b99bbc (patch)
treee2324d1dda21119f766c893490b45b9ec6e7b4ff
parent63965ae3a3aa0ea2a2f7462337892898b8880880 (diff)
downloadhaskell-wip/gc/unglobalize-gc-state.tar.gz
-rw-r--r--HACKING.md11
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
==========================