Skip to content
Snippets Groups Projects
Unverified Commit 7c3c45f4 authored by Andrey Mokhov's avatar Andrey Mokhov Committed by GitHub
Browse files

Link to Quick Start guide

parent 64da39cc
No related branches found
No related tags found
No related merge requests found
......@@ -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
----------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment