Skip to content

Commit

Permalink
Relax optparse-generic and turtle upper bounds (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
fgaz authored and ixmatus committed Jun 28, 2018
1 parent d9fe20d commit 08b3499
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# Unreleased

## Changed

- Relaxed the upper bound of the `turtle` library dependency to `1.6`
- Relaxed the upper bound of the `optparse-generic` library dependency to `1.4`

# 1.0.2

## Changed
Expand Down
4 changes: 2 additions & 2 deletions nix-deploy.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ executable nix-deploy
build-depends:
base >= 4.9.0.0 && < 5
, bytestring >= 0.10.8.1 && < 1.0
, optparse-generic >= 1.2.0 && < 1.3
, optparse-generic >= 1.2.0 && < 1.4
, optparse-applicative >= 0.13.0.0 && < 0.15
, neat-interpolation < 0.4
, text >= 0.7 && < 1.3
, turtle >= 1.3.6 && < 1.5
, turtle >= 1.3.6 && < 1.6
default-language: Haskell2010

source-repository head
Expand Down

0 comments on commit 08b3499

Please sign in to comment.