summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorSimon Marlow <simonmar@microsoft.com>2006-08-24 11:55:35 +0000
committerSimon Marlow <simonmar@microsoft.com>2006-08-24 11:55:35 +0000
commit081d5ef4889f76f247ddb9e84e13176f377c088b (patch)
tree1f767f756f52f12a51e256793065404e84f5ea00 /README
parentcc4e58b669ea557909bde4307b0cc5fed19de919 (diff)
downloadhaskell-081d5ef4889f76f247ddb9e84e13176f377c088b.tar.gz
update with respect to darcs-all changes
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 5 insertions, 0 deletions
diff --git a/README b/README
index 825b8c1465..4634789f1f 100644
--- a/README
+++ b/README
@@ -26,6 +26,11 @@ to get the other repositories:
$ cd ghc
$ sh darcs-all
+This grabs the "core" packages by default. To get the full set of
+packages (which will probably take a long time to build), instead say
+
+ $ sh darcs-all --extra get
+
Building & Installing
=====================