[commit: ghc] master: Update upstream Git repo url for `time` package (2ad04d0)
git at git.haskell.org
git at git.haskell.org
Mon Jul 21 14:12:57 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/2ad04d003662c048ff3a2e1d0d5cd0fa338c0242/ghc
>---------------------------------------------------------------
commit 2ad04d003662c048ff3a2e1d0d5cd0fa338c0242
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Mon Jul 21 16:10:32 2014 +0200
Update upstream Git repo url for `time` package
The `time` package has recently moved its primary upstream location
to https://github.com/haskell/time.
This leaves `transformers` the only package used by GHC still requiring
darcs2git mirroring machinery.
>---------------------------------------------------------------
2ad04d003662c048ff3a2e1d0d5cd0fa338c0242
packages | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/packages b/packages
index faf8c5d..e3855c2 100644
--- a/packages
+++ b/packages
@@ -69,7 +69,7 @@ libraries/old-time - - -
libraries/pretty - - https://github.com/haskell/pretty.git
libraries/process - - -
libraries/terminfo - - https://github.com/judah/terminfo.git
-libraries/time - - http://git.haskell.org/darcs-mirrors/time.git
+libraries/time - - https://github.com/haskell/time.git
libraries/transformers - - http://git.haskell.org/darcs-mirrors/transformers.git
libraries/unix - - ssh://git@github.com/haskell/unix.git
libraries/Win32 - - https://github.com/haskell/win32.git
More information about the ghc-commits
mailing list