summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Scott <ryan.gl.scott@gmail.com>2017-08-14 20:57:11 -0400
committerBen Gamari <ben@smart-cactus.org>2017-08-14 21:32:17 -0400
commita520adcce27908c799b64214618cf9b33572dc37 (patch)
tree460b13580cdf316d3508f834c00fad69047e3a3d
parent21bd9b2f3f48af453348f40a740ee8f4c26fdace (diff)
downloadhaskell-a520adcce27908c799b64214618cf9b33572dc37.tar.gz
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
-rw-r--r--packages4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages b/packages
index a44e31687e..9af1b64f25 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