aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk>2015-06-08 15:08:36 +0100
committerMateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk>2015-06-08 15:08:36 +0100
commita65953de929fd9488250f8e0257c918465193e43 (patch)
tree06b9edfabf747f5fa3801bd517e90933db46902d /README.md
parent2d1b63e9f01b0a926ef4f8ca8de800bc8a4f27cc (diff)
Refine hacking instructions slightly
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 7 insertions, 3 deletions
diff --git a/README.md b/README.md
index f6dd00d4..31015e91 100644
--- a/README.md
+++ b/README.md
@@ -48,7 +48,8 @@ Please create issues when you have any problems and pull requests if you have so
###### Hacking
-To get started you'll need a latest GHC release installed.
+To get started you'll need a latest GHC release installed. Below is an
+example setup using cabal sandboxes.
```bash
git clone https://github.com/haskell/haddock.git
@@ -64,5 +65,8 @@ To get started you'll need a latest GHC release installed.
cabal test
```
-If you want to build against `GHC HEAD`, `ghc-head` is the corresponding branch.
-Note that it doesn't have to be up to date.
+If you're a GHC developer and want to update Haddock to work with your
+changes, you should be working on `ghc-head` branch instead of master.
+See instructions at
+https://ghc.haskell.org/trac/ghc/wiki/WorkingConventions/Git/Submodules
+for an example workflow.