[commit: hadrian] master: Link to Quick Start guide (7c3c45f)

git at git.haskell.org git at git.haskell.org
Wed Apr 25 23:21:14 UTC 2018


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

On branch  : master
Link       : http://git.haskell.org/hadrian.git/commitdiff/7c3c45f4539af8e75764a1c100dfbb35a86f4be3

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

commit 7c3c45f4539af8e75764a1c100dfbb35a86f4be3
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date:   Tue Apr 24 11:27:09 2018 +0100

    Link to Quick Start guide


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

7c3c45f4539af8e75764a1c100dfbb35a86f4be3
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 5da7990..6221353 100644
--- a/README.md
+++ b/README.md
@@ -11,9 +11,9 @@ this [Haskell Symposium 2016 paper](https://dl.acm.org/authorize?N41275) and thi
 [Haskell eXchange 2016 talk][talk].
 
 The new build system can work side-by-side with the existing build system, since it
-places all build artefacts under a dedicated directory. The only thing they both share
-is the need to run the `./boot` and `./configure` scripts, even though Hadrian can do it
-for you (see the documentation for the `-c` flag below).
+places all build artefacts in a dedicated directory (called `_build` by default).
+See [this guide](https://ghc.haskell.org/trac/ghc/wiki/Building/Hadrian/QuickStart)
+if you'd like to start using Hadrian for building GHC.
 
 Your first build
 ----------------



More information about the ghc-commits mailing list