[commit: ghc] wip/nfs-locking: Minor revision (be59fae)
git at git.haskell.org
git at git.haskell.org
Fri Oct 27 01:00:19 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/nfs-locking
Link : http://ghc.haskell.org/trac/ghc/changeset/be59faec5e11a7338888227ffdc36a2513c1fd00/ghc
>---------------------------------------------------------------
commit be59faec5e11a7338888227ffdc36a2513c1fd00
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date: Sat May 14 18:15:10 2016 +0100
Minor revision
[skip ci]
>---------------------------------------------------------------
be59faec5e11a7338888227ffdc36a2513c1fd00
doc/user-settings.md | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/doc/user-settings.md b/doc/user-settings.md
index e9bea77..e395ea2 100644
--- a/doc/user-settings.md
+++ b/doc/user-settings.md
@@ -41,10 +41,10 @@ userArgs = mconcat
The above example also demostrates the use of `append` for adding more than one
argument and `remove` for removing arguments that Hadrian uses by default. You
can match any combination of the `builder`, `stage`, `package`, `way`, `input`
-and `output` when specifying custom command line arguments. File patterns such as
-`"//Prelude.*"` can be used when matching input and output files where `//`
-matches an arbitrary number of path components and `*` matches an entire path
-component, excluding any separators.
+and `output` predicates when specifying custom command line arguments. File
+patterns such as `"//Prelude.*"` can be used when matching input and output files,
+where `//` matches an arbitrary number of path components and `*` matches an entire
+path component, excluding any separators.
## Packages
@@ -69,7 +69,7 @@ userKnownPackages = [myPackage]
myPackage :: Package
myPackage = library "my-package"
```
-Note, you will also need to add it to a specific build stage by modifying
+Note, you will also need to add `myPackage` to a specific build stage by modifying
`userPackages` as otherwise it will not be built.
You can choose which integer library to use when builing GHC by setting
More information about the ghc-commits
mailing list