[commit: ghc] wip/nfs-locking: Make dependencies easier to copy (9467c06)
git at git.haskell.org
git at git.haskell.org
Fri Oct 27 01:07:41 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/nfs-locking
Link : http://ghc.haskell.org/trac/ghc/changeset/9467c0611db45c494aba051e2a5e8bd2f3cc86c1/ghc
>---------------------------------------------------------------
commit 9467c0611db45c494aba051e2a5e8bd2f3cc86c1
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date: Fri Aug 5 18:53:09 2016 +0100
Make dependencies easier to copy
[skip ci]
>---------------------------------------------------------------
9467c0611db45c494aba051e2a5e8bd2f3cc86c1
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 4ce3b3a..be42f82 100644
--- a/README.md
+++ b/README.md
@@ -23,7 +23,7 @@ follow these steps:
* If you have never built GHC before, start with the [preparation guide][ghc-preparation].
* This build system is written in Haskell (obviously) and depends on the following Haskell
-packages, which need to be installed: `ansi-terminal`, `mtl`, `shake`, `QuickCheck`.
+packages, which need to be installed: `ansi-terminal mtl shake QuickCheck`.
* Get the sources. It is important for the build system to be in the `hadrian` directory
of the GHC source tree:
More information about the ghc-commits
mailing list