[commit: ghc] master: Put the main ghc tree last in packages (e5e8709)

Ian Lynagh igloo at earth.li
Sun Feb 17 23:26:33 CET 2013


Repository : ssh://darcs.haskell.org//srv/darcs/ghc

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/e5e8709cfe53db7d5348ff4673592845a8e97ad6

>---------------------------------------------------------------

commit e5e8709cfe53db7d5348ff4673592845a8e97ad6
Author: Ian Lynagh <ian at well-typed.com>
Date:   Sun Feb 17 22:22:40 2013 +0000

    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.

>---------------------------------------------------------------

 packages |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/packages b/packages
index beb4a2c..9fc8a32 100644
--- a/packages
+++ b/packages
@@ -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





More information about the ghc-commits mailing list