summaryrefslogtreecommitdiff
path: root/hadrian/README.md
diff options
context:
space:
mode:
authorDale Wijnand <dale.wijnand@gmail.com>2019-07-28 02:33:22 -0400
committerMarge Bot <ben+marge-bot@smart-cactus.org>2019-07-28 19:48:27 -0400
commitc1a06d49593d88c59c2a625154191890a05b90f9 (patch)
treebb5b405c8a94bcd4363bf02c59e38d12a659f3bb /hadrian/README.md
parentcd11f81f71e99a699a5ee8120bde9cb9d7e26d6b (diff)
downloadhaskell-c1a06d49593d88c59c2a625154191890a05b90f9.tar.gz
hadrian: relink to the flavours doc in the ghc repo
Diffstat (limited to 'hadrian/README.md')
-rw-r--r--hadrian/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/hadrian/README.md b/hadrian/README.md
index 113aa9ebe1..24a65e7b09 100644
--- a/hadrian/README.md
+++ b/hadrian/README.md
@@ -93,7 +93,7 @@ currently supported: `default`, `quick`, `quickest`, `perf`, `prof`, `devel1`
and `devel2`. As an example, the `quickest` flavour adds `-O0` flag to all GHC
invocations and builds libraries only in the `vanilla` way, which speeds up
builds by 3-4x. Build flavours are documented
-[here](https://github.com/snowleopard/hadrian/blob/master/doc/flavours.md).
+[here](https://gitlab.haskell.org/ghc/ghc/blob/master/hadrian/doc/flavours.md).
* `--freeze1`: freeze Stage1 GHC, i.e. do not rebuild it even if some of its
source files are out-of-date. This allows to significantly reduce the rebuild