diff options
author | Ian Lynagh <ian@well-typed.com> | 2013-02-17 22:22:40 +0000 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2013-02-17 22:22:40 +0000 |
commit | e5e8709cfe53db7d5348ff4673592845a8e97ad6 (patch) | |
tree | d83a9574e6043d1337e41ba7dc0c54e73214566a /packages | |
parent | 5858bb3b23f819965f087819227d8121ad8cf104 (diff) | |
download | haskell-e5e8709cfe53db7d5348ff4673592845a8e97ad6.tar.gz |
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.
Diffstat (limited to 'packages')
-rw-r--r-- | packages | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |