Skip to content

Commit

Permalink
Lower bound on optparse-applicative for #52
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelXavier committed Dec 18, 2016
1 parent 7ff383c commit ed3d277
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ dist
*.hi
test/test_jobs/CompliantJob
test/test_jobs/StubbornJob
.cabal-sandbox
cabal.sandbox.config
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ env:
- CABALVER=1.18 GHCVER=7.6.3
- CABALVER=1.18 GHCVER=7.8.3
- CABALVER=1.24 GHCVER=7.10.1
- CABALVER=1.24 GHCVER=8.0.1

# Note: the distinction between `before_install` and `install` is not important.
before_install:
Expand Down
2 changes: 1 addition & 1 deletion angel.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Executable angel
Build-depends: old-locale
Build-depends: text>=0.11
Build-depends: transformers
Build-depends: optparse-applicative
Build-depends: optparse-applicative >= 0.12


Other-modules: Angel.Files,
Expand Down

0 comments on commit ed3d277

Please sign in to comment.