diff options
author | Ryan Scott <ryan.gl.scott@gmail.com> | 2020-04-12 17:14:32 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2020-04-14 23:32:14 -0400 |
commit | 0b934e30417a767063625494ecf135c9d6006f71 (patch) | |
tree | 0f39156ff7ddc822c68cada4c4a808f9e8689fec /libraries/ghci | |
parent | 19de2fb090a25ab0d640d0cd5aef09f35e7455a0 (diff) | |
download | haskell-0b934e30417a767063625494ecf135c9d6006f71.tar.gz |
Bump template-haskell version to 2.17.0.0
This requires bumping the `exceptions` and `text` submodules to bring
in commits that bump their respective upper version bounds on
`template-haskell`.
Fixes #17645. Fixes #17696.
Note that the new `text` commit includes a fair number of additions
to the Haddocks in that library. As a result, Haddock has to do more
work during the `haddock.Cabal` test case, increasing the number of
allocations it requires. Therefore,
-------------------------
Metric Increase:
haddock.Cabal
-------------------------
Diffstat (limited to 'libraries/ghci')
-rw-r--r-- | libraries/ghci/ghci.cabal.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/ghci/ghci.cabal.in b/libraries/ghci/ghci.cabal.in index 62f8ec43a5..11d144c5b3 100644 --- a/libraries/ghci/ghci.cabal.in +++ b/libraries/ghci/ghci.cabal.in @@ -81,7 +81,7 @@ library ghc-boot == @ProjectVersionMunged@, ghc-boot-th == @ProjectVersionMunged@, ghc-heap == @ProjectVersionMunged@, - template-haskell == 2.16.*, + template-haskell == 2.17.*, transformers == 0.5.* if !os(windows) |