Skip to content
Snippets Groups Projects
Commit ddd3c519 authored by Simon Marlow's avatar Simon Marlow
Browse files

add info about pulling changes (#5562)

parent c397c89a
No related branches found
No related tags found
No related merge requests found
...@@ -76,6 +76,11 @@ These steps give you the default build, which includes everything ...@@ -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). 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. 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 References
...@@ -87,6 +92,7 @@ References ...@@ -87,6 +92,7 @@ References
[4] http://www.haskell.org/happy/ Happy [4] http://www.haskell.org/happy/ Happy
[5] http://www.haskell.org/alex/ Alex [5] http://www.haskell.org/alex/ Alex
[6] http://www.haskell.org/haddock/ Haddock [6] http://www.haskell.org/haddock/ Haddock
[7] http://hackage.haskell.org/trac/ghc/wiki/Building/SyncAll
Contributors Contributors
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment