[commit: haddock] master: Fix markdown (2d1b63e)
git at git.haskell.org
git at git.haskell.org
Wed Jul 8 08:39:03 UTC 2015
Repository : ssh://git@git.haskell.org/haddock
On branch : master
Link : http://git.haskell.org/haddock.git/commitdiff/2d1b63e9f01b0a926ef4f8ca8de800bc8a4f27cc
>---------------------------------------------------------------
commit 2d1b63e9f01b0a926ef4f8ca8de800bc8a4f27cc
Author: Bartosz Nitka <bnitka at fb.com>
Date: Sun Jun 7 08:44:30 2015 -0700
Fix markdown
>---------------------------------------------------------------
2d1b63e9f01b0a926ef4f8ca8de800bc8a4f27cc
README.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/README.md b/README.md
index fba02bd..f6dd00d 100644
--- a/README.md
+++ b/README.md
@@ -50,6 +50,7 @@ Please create issues when you have any problems and pull requests if you have so
To get started you'll need a latest GHC release installed.
+```bash
git clone https://github.com/haskell/haddock.git
cd haddock
cabal sandbox init
@@ -61,6 +62,7 @@ To get started you'll need a latest GHC release installed.
cabal build -j4
# run the test suite
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.
More information about the ghc-commits
mailing list