diff --git a/CHANGELOG.md b/CHANGELOG.md index c15bf4b..b3d6b75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ When editing this file, please include a link to the PR and/or issue for the change. --> +## Unreleased + +- Bump dependency version bounds [#106](https://github.com/aloiscochard/codex/pull/106) + ## 0.6.0.0 - Bump `base` lower bound to indicate GHC 7.10 as minimum supported version. diff --git a/codex.cabal b/codex.cabal index d769889..12f0141 100644 --- a/codex.cabal +++ b/codex.cabal @@ -34,16 +34,16 @@ library build-depends: ascii-progress >= 0.3 , base >= 4.11 && < 5 - , bytestring >= 0.10.0.2 && < 0.11 + , bytestring >= 0.10.0.2 && < 0.12 , conduit >= 1.3.0 - , Cabal >= 3.0 && < 3.1 + , Cabal >= 3.0 && < 3.5 , containers >= 0.5.0.0 && < 0.7 - , cryptonite >= 0.21 && < 0.27 + , cryptonite >= 0.21 && < 0.30 , directory >= 1.2.5.0 && < 1.4 , filepath >= 1.3.0.1 && < 1.5 , hackage-db >= 2 && < 3 - , http-client >= 0.4 && <= 0.6.5 - , memory >= 0.13 && < 0.16 + , http-client >= 0.4 && <= 0.8 + , memory >= 0.13 && < 0.17 , process >= 1.2.3 && < 1.7 , tar >= 0.4.0.1 && < 0.6 , text >= 1.1.1.3 && < 1.3