diff options
author | Ben Gamari <bgamari.foss@gmail.com> | 2017-09-21 12:50:47 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2017-09-21 14:09:41 -0400 |
commit | 063e0b4e5ea53a02713eb48555bbd99d934a3de5 (patch) | |
tree | 2778a03ddb9c3e6b8062dd57ffca02ee34958223 /libraries/template-haskell | |
parent | 58a70629a2c3efc594c88cd1d4ae9ae147d698cd (diff) | |
download | haskell-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.cabal | 2 |
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.* |