[commit: haddock] ghc-head, ghc-head1, headdock-library-1.4.5, ie_avails, master, v2.18, wip/T14529, wip/revert-ttg-2017-11-20, wip/ttg-2017-10-13, wip/ttg-2017-10-31, wip/ttg-2017-11-06, wip/ttg2-2017-11-10, wip/ttg3-2017-11-12, wip/ttg4-constraints-2017-11-13, wip/ttg6-unrevert-2017-11-22: Mention new-build in README (53598f8)

git at git.haskell.org git at git.haskell.org
Tue Nov 28 11:53:28 UTC 2017


Repository : ssh://git@git.haskell.org/haddock

On branches: ghc-head,ghc-head1,headdock-library-1.4.5,ie_avails,master,v2.18,wip/T14529,wip/revert-ttg-2017-11-20,wip/ttg-2017-10-13,wip/ttg-2017-10-31,wip/ttg-2017-11-06,wip/ttg2-2017-11-10,wip/ttg3-2017-11-12,wip/ttg4-constraints-2017-11-13,wip/ttg6-unrevert-2017-11-22
Link       : http://git.haskell.org/haddock.git/commitdiff/53598f89117d3a860eaf11ec44f93acf708b93c1

>---------------------------------------------------------------

commit 53598f89117d3a860eaf11ec44f93acf708b93c1
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date:   Thu Jul 20 12:18:38 2017 +0200

    Mention new-build in README


>---------------------------------------------------------------

53598f89117d3a860eaf11ec44f93acf708b93c1
 README.md | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/README.md b/README.md
index 23d0dd0..a21b29e 100644
--- a/README.md
+++ b/README.md
@@ -59,6 +59,14 @@ Clone the repository:
 
 and then proceed using your favourite build tool.
 
+###### Using [`cabal new-build`](http://cabal.readthedocs.io/en/latest/nix-local-build-overview.html)
+
+```bash
+cabal new-build -w ghc-8.2.1
+# build & run the test suite
+cabal new-test -w ghc-8.2.1
+```
+
 ###### Using Cabal sandboxes
 
 ```bash



More information about the ghc-commits mailing list