From ed3d277ee21ded83dc5863eef4e184d03d2e437e Mon Sep 17 00:00:00 2001 From: Michael Xavier Date: Sat, 17 Dec 2016 18:20:47 -0800 Subject: [PATCH] Lower bound on optparse-applicative for #52 --- .gitignore | 2 ++ .travis.yml | 1 + angel.cabal | 2 +- 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 21818e0..eb76f61 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,5 @@ dist *.hi test/test_jobs/CompliantJob test/test_jobs/StubbornJob +.cabal-sandbox +cabal.sandbox.config diff --git a/.travis.yml b/.travis.yml index a7c4f4a..39c638c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: diff --git a/angel.cabal b/angel.cabal index b6b4edf..6b7c837 100644 --- a/angel.cabal +++ b/angel.cabal @@ -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,