| | 4 | |
| | 5 | = Offical Source Code Repository = |
| | 6 | |
| | 7 | All official branches of Haddock reside in the following Git repository |
| | 8 | |
| | 9 | `http://darcs.haskell.org/haddock.git` |
| | 10 | |
| | 11 | It contains the following branches: |
| | 12 | |
| | 13 | * `development` - Main development repository. Compatible with latest GHC release. If you want to contribute to Haddock, base your work on this branch. |
| | 14 | * `master` - In synch with development of GHC HEAD. May not compile with latest GHC release. Changes from `development` are merged in from time to time. |
| | 15 | * `ghc-7.2` - In synch with the stable branch of GHC. |
| | 16 | |
| | 17 | It may also contains other branches, most often corresponding to other development branches of GHC. |