diff options
author | Mateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk> | 2015-06-08 15:08:36 +0100 |
---|---|---|
committer | Mateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk> | 2015-06-08 15:08:36 +0100 |
commit | a65953de929fd9488250f8e0257c918465193e43 (patch) | |
tree | 06b9edfabf747f5fa3801bd517e90933db46902d | |
parent | 2d1b63e9f01b0a926ef4f8ca8de800bc8a4f27cc (diff) |
Refine hacking instructions slightly
-rw-r--r-- | README.md | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -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. |