[commit: ghc] master: Bump mtl, parsec, text submodules (a520adc)
git at git.haskell.org
git at git.haskell.org
Tue Aug 15 01:35:45 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/a520adcce27908c799b64214618cf9b33572dc37/ghc
>---------------------------------------------------------------
commit a520adcce27908c799b64214618cf9b33572dc37
Author: Ryan Scott <ryan.gl.scott at gmail.com>
Date: Mon Aug 14 20:57:11 2017 -0400
Bump mtl, parsec, text submodules
These three submodules have commits which add certain files to their
respective .gitignores which GHC's build system produces. Also update
the packages file accordingly.
Test Plan: If it builds, ship it
Reviewers: hvr, austin, bgamari
Subscribers: rwbarton, thomie
Differential Revision: https://phabricator.haskell.org/D3842
>---------------------------------------------------------------
a520adcce27908c799b64214618cf9b33572dc37
packages | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/packages b/packages
index a44e316..9af1b64 100644
--- a/packages
+++ b/packages
@@ -52,12 +52,12 @@ libraries/directory - - ssh://g
libraries/filepath - - ssh://git@github.com/haskell/filepath.git
libraries/haskeline - - https://github.com/judah/haskeline.git
libraries/hpc - - -
-libraries/mtl - - https://github.com/ekmett/mtl.git
+libraries/mtl - - https://github.com/haskell/mtl.git
libraries/parsec - - https://github.com/haskell/parsec.git
libraries/pretty - - https://github.com/haskell/pretty.git
libraries/process - - ssh://git@github.com/haskell/process.git
libraries/terminfo - - https://github.com/judah/terminfo.git
-libraries/text - - https://github.com/bos/text.git
+libraries/text - - https://github.com/haskell/text.git
libraries/time - - https://github.com/haskell/time.git
libraries/transformers - - https://git.haskell.org/darcs-mirrors/transformers.git
libraries/unix - - ssh://git@github.com/haskell/unix.git
More information about the ghc-commits
mailing list