summaryrefslogtreecommitdiff
path: root/libraries/template-haskell
diff options
context:
space:
mode:
authorVladislav Zavialov <vlad.z.4096@gmail.com>2020-09-25 17:22:44 +0300
committerMarge Bot <ben+marge-bot@smart-cactus.org>2020-10-27 14:00:11 -0400
commiteedec53df8bf030b36cdd1fcfd1ff06041bc46fd (patch)
tree5f02df4db84993513148f54f0bfe983beb242838 /libraries/template-haskell
parent9ad51bc9d2ad9168abad271f715ce73d3562218a (diff)
downloadhaskell-eedec53df8bf030b36cdd1fcfd1ff06041bc46fd.tar.gz
Version bump: base-4.16 (#18712)
Also bumps upper bounds on base in boot libraries (incl. submodules).
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 34984c00bb..950b247614 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.16,
+ base >= 4.11 && < 4.17,
ghc-boot-th == @ProjectVersionMunged@,
ghc-prim,
pretty == 1.1.*