diff options
author | Simon Marlow <marlowsd@gmail.com> | 2011-10-19 10:37:08 +0100 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2011-10-19 10:37:08 +0100 |
commit | ddd3c5199fd40386c6385689fdf5c542f831bcf0 (patch) | |
tree | 8ef26f6bda3bdd71381cc06776fec3868cc75be8 /README | |
parent | c397c89a062c933fb9ee881c337522788b10cb50 (diff) | |
download | haskell-ddd3c5199fd40386c6385689fdf5c542f831bcf0.tar.gz |
add info about pulling changes (#5562)
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |