summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2017-11-22 08:47:55 -0500
committerBen Gamari <ben@smart-cactus.org>2017-11-22 08:49:26 -0500
commit360d7404809b3fa54541f7f932a6864294f75a4a (patch)
tree49a33f926522faeca5633f5241badf3e410b4717 /README.md
parentc1fcd9b3f60e8420dd228cd4e3efeb9cfa793aa5 (diff)
downloadhaskell-360d7404809b3fa54541f7f932a6864294f75a4a.tar.gz
Squashed 'hadrian/' changes from fa3771fe6b..4499b294e4
4499b294e4 Follow GHC changes 8fd68186b2 Add ways to build hadrian using nix e5c7a29c23 Do not depend on the in-tree filepath library 9dd7ad2acc Fix dependencies 497184390e Bring mtl dependency back 6c5f5c9bd9 Minor clean up of Hadrian dependencies 9aff81d424 Fix Windows build fa95caa8df Unbreak `cabal new-build` git-subtree-dir: hadrian git-subtree-split: 4499b294e4a53f71f8808d6eb55a7dd0b341cfb8
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 916edc21a1..d188a4a054 100644
--- a/README.md
+++ b/README.md
@@ -41,8 +41,8 @@ Notes:
on Cabal sandboxes (`build.cabal.*`), Stack (`build.stack.*`) or the global package database
(`build.global-db.*`). Also see [instructions for building GHC on Windows using Stack][windows-build].
-* Hadrian is written in Haskell and depends on the following packages:
-`ansi-terminal extra mtl quickcheck shake`.
+* Hadrian is written in Haskell and depends on `shake` (plus a few packages that `shake` depends on),
+`ansi-terminal`, `mtl`, `quickcheck`, and GHC core libraries.
* If you have never built GHC before, start with the [preparation guide][ghc-preparation].