summaryrefslogtreecommitdiff
path: root/compiler/ghc.cabal.in
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2023-01-16 11:53:22 -0500
committerMarge Bot <ben+marge-bot@smart-cactus.org>2023-01-23 04:51:08 -0500
commit3efd1e9934d9896e6c816e6cafb41b6872e3015b (patch)
treec5e9cfe6823569503ed71a8fc0f4a44ebb44b5f8 /compiler/ghc.cabal.in
parentfec7c2ea8242773b53b253d9536426f743443944 (diff)
downloadhaskell-3efd1e9934d9896e6c816e6cafb41b6872e3015b.tar.gz
template-haskell: Bump version to 2.20.0.0
Updates `text` and `exceptions` submodules for bounds bumps. Addresses #22767.
Diffstat (limited to 'compiler/ghc.cabal.in')
-rw-r--r--compiler/ghc.cabal.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in
index 8e8bafbf8a..aea74cfb49 100644
--- a/compiler/ghc.cabal.in
+++ b/compiler/ghc.cabal.in
@@ -81,7 +81,7 @@ Library
containers >= 0.6.2.1 && < 0.7,
array >= 0.1 && < 0.6,
filepath >= 1 && < 1.5,
- template-haskell == 2.19.*,
+ template-haskell == 2.20.*,
hpc == 0.6.*,
transformers >= 0.5 && < 0.7,
exceptions == 0.10.*,