summaryrefslogtreecommitdiff
path: root/libraries/template-haskell
diff options
context:
space:
mode:
authorBen Gamari <bgamari.foss@gmail.com>2017-09-21 12:50:47 -0400
committerBen Gamari <ben@smart-cactus.org>2017-09-21 14:09:41 -0400
commit063e0b4e5ea53a02713eb48555bbd99d934a3de5 (patch)
tree2778a03ddb9c3e6b8062dd57ffca02ee34958223 /libraries/template-haskell
parent58a70629a2c3efc594c88cd1d4ae9ae147d698cd (diff)
downloadhaskell-063e0b4e5ea53a02713eb48555bbd99d934a3de5.tar.gz
Bump base to 4.11.0.0
Bumps numerous submodules. Reviewers: austin, hvr Subscribers: rwbarton, thomie Differential Revision: https://phabricator.haskell.org/D3974
Diffstat (limited to 'libraries/template-haskell')
-rw-r--r--libraries/template-haskell/template-haskell.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/template-haskell/template-haskell.cabal b/libraries/template-haskell/template-haskell.cabal
index 1f01a1579d..f38c8870d0 100644
--- a/libraries/template-haskell/template-haskell.cabal
+++ b/libraries/template-haskell/template-haskell.cabal
@@ -51,7 +51,7 @@ Library
Language.Haskell.TH.Lib.Map
build-depends:
- base >= 4.9 && < 4.11,
+ base >= 4.9 && < 4.12,
ghc-boot-th == 8.3,
pretty == 1.1.*