summaryrefslogtreecommitdiff
path: root/libraries/template-haskell
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2022-12-07 19:37:39 -0500
committerBen Gamari <ben@smart-cactus.org>2022-12-21 15:27:49 -0500
commitfb4d36c451218180ea40de7ec2c7b1209baf1dea (patch)
treeac0d0d63cdcca152c65bdf20d1d176c971743280 /libraries/template-haskell
parentceb2e9b9b2e29047922453b545ef03f9d9e3244d (diff)
downloadhaskell-fb4d36c451218180ea40de7ec2c7b1209baf1dea.tar.gz
base: Bump version to 4.18
Requires various submodule bumps.
Diffstat (limited to 'libraries/template-haskell')
-rw-r--r--libraries/template-haskell/template-haskell.cabal.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/template-haskell/template-haskell.cabal.in b/libraries/template-haskell/template-haskell.cabal.in
index ac7d3a95ef..fb1a03f2e7 100644
--- a/libraries/template-haskell/template-haskell.cabal.in
+++ b/libraries/template-haskell/template-haskell.cabal.in
@@ -55,7 +55,7 @@ Library
Language.Haskell.TH.Lib.Map
build-depends:
- base >= 4.11 && < 4.18,
+ base >= 4.11 && < 4.19,
ghc-boot-th == @ProjectVersionMunged@,
ghc-prim,
pretty == 1.1.*