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-compact | |
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-compact')
-rw-r--r-- | libraries/ghc-compact/ghc-compact.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/ghc-compact/ghc-compact.cabal b/libraries/ghc-compact/ghc-compact.cabal index a021c8fff8..7d2069b0c6 100644 --- a/libraries/ghc-compact/ghc-compact.cabal +++ b/libraries/ghc-compact/ghc-compact.cabal @@ -37,7 +37,7 @@ library CPP build-depends: ghc-prim == 0.5.1.0, - base >= 4.9.0 && < 4.11, + base >= 4.9.0 && < 4.12, bytestring >= 0.10.6.0 ghc-options: -Wall |