Skip to content
Snippets Groups Projects
Commit e5e8709c authored by Ian Lynagh's avatar Ian Lynagh
Browse files

Put the main ghc tree last in packages

This means that "./sync-all commit" will record in submodules first,
and then prompt you to record a patch updating the version of the
submodules last. Should make it less likely that we forget to update
the submodules' versions.
parent 5858bb3b
No related merge requests found
......@@ -43,7 +43,6 @@
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# localpath tag remotepath VCS
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
. - ghc.git git
ghc-tarballs - ghc-tarballs.git git
utils/hsc2hs - hsc2hs.git git
utils/haddock - haddock.git git
......@@ -83,3 +82,4 @@ libraries/random dph -
libraries/primitive dph - git
libraries/vector dph - git
libraries/dph dph packages/dph.git git
. - ghc.git git
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