summaryrefslogtreecommitdiff
path: root/libraries/template-haskell/template-haskell.cabal.in
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2020-05-21 11:32:59 -0400
committerBen Gamari <ben@smart-cactus.org>2020-06-13 18:49:42 -0400
commit3c310896fa12f4958afa87002c204faaf4042f42 (patch)
tree2cb84b375b055627ddc84ea22d98a6dc6f5dccf7 /libraries/template-haskell/template-haskell.cabal.in
parenta31218f7737a65b6333ec7905e88dc094703f025 (diff)
downloadhaskell-wip/bump-base.tar.gz
base: Bump to 4.15.0.0wip/bump-base
Diffstat (limited to 'libraries/template-haskell/template-haskell.cabal.in')
-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 10f64895bc..fc89bf69c6 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.15,
+ base >= 4.11 && < 4.16,
ghc-boot-th == @ProjectVersionMunged@,
ghc-prim,
pretty == 1.1.*