[commit: ghc] wip/nfs-locking: Link to build flavours doc (e03bcf6)

git at git.haskell.org git at git.haskell.org
Fri Oct 27 01:16:46 UTC 2017


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

On branch  : wip/nfs-locking
Link       : http://ghc.haskell.org/trac/ghc/changeset/e03bcf6b16e3ded4948bd370daab3a05098e32d5/ghc

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

commit e03bcf6b16e3ded4948bd370daab3a05098e32d5
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date:   Thu Jan 12 01:03:13 2017 +0000

    Link to build flavours doc
    
    [skip ci]


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

e03bcf6b16e3ded4948bd370daab3a05098e32d5
 doc/user-settings.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/doc/user-settings.md b/doc/user-settings.md
index 9d776ea..9207f7f 100644
--- a/doc/user-settings.md
+++ b/doc/user-settings.md
@@ -34,7 +34,9 @@ data Flavour = Flavour
     , ghcProfiled        :: Bool      -- ^ Build profiled GHC.
     , ghcDebugged        :: Bool }    -- ^ Build GHC with debug information.
 ```
-Hadrian provides several built-in flavours (`defaultFlavour`, `quickFlavour`, and
+Hadrian provides several
+[built-in flavours](https://github.com/snowleopard/hadrian/blob/master/doc/flavours.md)
+(`defaultFlavour`, `quickFlavour`, and
 a few others), which can be activated from the command line, e.g. `--flavour=quick`.
 Users can define new build flavours by adding them to `userFlavours` list:
 ```haskell



More information about the ghc-commits mailing list