[commit: ghc] master: Declare official GitHub home of libraries/{directory, process} (78ba9f0)

git at git.haskell.org git at git.haskell.org
Mon Aug 25 07:39:35 UTC 2014


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/78ba9f0682246356fbd5ee35a992f97c590ee159/ghc

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

commit 78ba9f0682246356fbd5ee35a992f97c590ee159
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date:   Mon Aug 25 09:14:31 2014 +0200

    Declare official GitHub home of libraries/{directory,process}
    
    Effective immediately, pushing to libraries/{directory,process} requires
    pushing to ssh://git@github.com/haskell/{directory.process}.git. This has
    been done now even though there's no scripted tooling yet as the GitHub repo
    was already getting issues filed.


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

78ba9f0682246356fbd5ee35a992f97c590ee159
 packages | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/packages b/packages
index e3855c2..be29ca3 100644
--- a/packages
+++ b/packages
@@ -57,7 +57,7 @@ libraries/bytestring         -           -                               https:/
 libraries/Cabal              -           -                               https://github.com/haskell/cabal.git
 libraries/containers         -           -                               https://github.com/haskell/containers.git
 libraries/deepseq            -           -                               -
-libraries/directory          -           -                               -
+libraries/directory          -           -                               ssh://git@github.com/haskell/directory.git
 libraries/filepath           -           -                               -
 libraries/haskeline          -           -                               https://github.com/judah/haskeline.git
 libraries/haskell98          -           -                               -
@@ -67,7 +67,7 @@ libraries/hpc                -           -                               -
 libraries/old-locale         -           -                               -
 libraries/old-time           -           -                               -
 libraries/pretty             -           -                               https://github.com/haskell/pretty.git
-libraries/process            -           -                               -
+libraries/process            -           -                               ssh://git@github.com/haskell/process.git
 libraries/terminfo           -           -                               https://github.com/judah/terminfo.git
 libraries/time               -           -                               https://github.com/haskell/time.git
 libraries/transformers       -           -                               http://git.haskell.org/darcs-mirrors/transformers.git



More information about the ghc-commits mailing list