summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorSimon Marlow <marlowsd@gmail.com>2011-10-19 10:37:08 +0100
committerSimon Marlow <marlowsd@gmail.com>2011-10-19 10:37:08 +0100
commitddd3c5199fd40386c6385689fdf5c542f831bcf0 (patch)
tree8ef26f6bda3bdd71381cc06776fec3868cc75be8 /README
parentc397c89a062c933fb9ee881c337522788b10cb50 (diff)
downloadhaskell-ddd3c5199fd40386c6385689fdf5c542f831bcf0.tar.gz
add info about pulling changes (#5562)
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 6 insertions, 0 deletions
diff --git a/README b/README
index c7d390d5c0..c9bb7f11dd 100644
--- a/README
+++ b/README
@@ -76,6 +76,11 @@ These steps give you the default build, which includes everything
optimised and built in various ways (eg. profiling libs are built).
It can take a long time. To customise the build, see the file HACKING.
+Once you have a build you need to keep it going. You need to keep all
+repos in sync with the sync-all script [7]. To get the latest changes:
+
+ $ ./sync-all pull
+ $ ./sync-all get
References
@@ -87,6 +92,7 @@ References
[4] http://www.haskell.org/happy/ Happy
[5] http://www.haskell.org/alex/ Alex
[6] http://www.haskell.org/haddock/ Haddock
+ [7] http://hackage.haskell.org/trac/ghc/wiki/Building/SyncAll
Contributors