summaryrefslogtreecommitdiff
path: root/libraries/ghci
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2022-05-09 12:58:45 -0400
committerMarge Bot <ben+marge-bot@smart-cactus.org>2022-06-28 19:03:16 -0400
commit0e22f16cda8468256b4c5d04214276be30e23faa (patch)
treeda6ea7e8698901fd3fb0dcb8745d397920c1744f /libraries/ghci
parent251471e7706ea3029b4a0c086035c16e7b67a081 (diff)
downloadhaskell-0e22f16cda8468256b4c5d04214276be30e23faa.tar.gz
template-haskell: Bump version to 2.19.0.0
Bumps text and exceptions submodules due to bounds.
Diffstat (limited to 'libraries/ghci')
-rw-r--r--libraries/ghci/ghci.cabal.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/ghci/ghci.cabal.in b/libraries/ghci/ghci.cabal.in
index c323387801..643680e0bf 100644
--- a/libraries/ghci/ghci.cabal.in
+++ b/libraries/ghci/ghci.cabal.in
@@ -79,7 +79,7 @@ library
filepath == 1.4.*,
ghc-boot == @ProjectVersionMunged@,
ghc-heap == @ProjectVersionMunged@,
- template-haskell == 2.18.*,
+ template-haskell == 2.19.*,
transformers == 0.5.*
if !os(windows)