diff options
author | Ryan Scott <ryan.gl.scott@gmail.com> | 2017-08-14 20:57:11 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2017-08-14 21:32:17 -0400 |
commit | a520adcce27908c799b64214618cf9b33572dc37 (patch) | |
tree | 460b13580cdf316d3508f834c00fad69047e3a3d /packages | |
parent | 21bd9b2f3f48af453348f40a740ee8f4c26fdace (diff) | |
download | haskell-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
Diffstat (limited to 'packages')
-rw-r--r-- | packages | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |