[commit: ghc] master: Update `terminfo` to version 0.3.2.6 (9642716)
git at git.haskell.org
git at git.haskell.org
Thu Oct 31 14:29:19 UTC 2013
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/9642716f3028996997f4a0dc4b457e0ce65d680e/ghc
>---------------------------------------------------------------
commit 9642716f3028996997f4a0dc4b457e0ce65d680e
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Thu Oct 31 15:24:05 2013 +0100
Update `terminfo` to version 0.3.2.6
Thus GHC's in-tree version corresponds exactly to
[hackage:terminfo-0.3.2.6]. Morever, `terminfo` has moved
to GitHub as well (https://github.com/judah/terminfo) so
the upstream repo URL in `packages` is updated as well.
Signed-off-by: Herbert Valerio Riedel <hvr at gnu.org>
>---------------------------------------------------------------
9642716f3028996997f4a0dc4b457e0ce65d680e
libraries/terminfo | 2 +-
packages | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/libraries/terminfo b/libraries/terminfo
index 116d3ee..76a3cea 160000
--- a/libraries/terminfo
+++ b/libraries/terminfo
@@ -1 +1 @@
-Subproject commit 116d3ee6840d52bab69c880d775ae290a20d64bc
+Subproject commit 76a3cea2d41478e99bf77de59e4bfd8f1eb5cc6b
diff --git a/packages b/packages
index 0fb95bb..2869816 100644
--- a/packages
+++ b/packages
@@ -70,7 +70,7 @@ libraries/old-time - packages/old-time.git -
libraries/pretty - - https://github.com/haskell/pretty.git
libraries/process - packages/process.git -
libraries/template-haskell - packages/template-haskell.git -
-libraries/terminfo - - http://git.haskell.org/darcs-mirrors/terminfo.git
+libraries/terminfo - - https://github.com/judah/terminfo.git
libraries/time - - http://git.haskell.org/darcs-mirrors/time.git
libraries/transformers - - http://git.haskell.org/darcs-mirrors/transformers.git
libraries/unix - packages/unix.git -
More information about the ghc-commits
mailing list