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/ghc-boot-th | |
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/ghc-boot-th')
-rw-r--r-- | libraries/ghc-boot-th/ghc-boot-th.cabal.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/ghc-boot-th/ghc-boot-th.cabal.in b/libraries/ghc-boot-th/ghc-boot-th.cabal.in index 17b25aa432..7070aca14c 100644 --- a/libraries/ghc-boot-th/ghc-boot-th.cabal.in +++ b/libraries/ghc-boot-th/ghc-boot-th.cabal.in @@ -35,4 +35,4 @@ Library GHC.ForeignSrcLang.Type GHC.Lexeme - build-depends: base >= 4.7 && < 4.11 + build-depends: base >= 4.7 && < 4.12 |