Skip to content
This repository was archived by the owner on Mar 26, 2023. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
10 changes: 5 additions & 5 deletions codex.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down