diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-08-02 19:05:24 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-08-02 19:05:24 -0400 |
commit | 21ace0d80a401bad0ef1df800e6f881425212249 (patch) | |
tree | ccd61b2bdce0770d6ce10182c7258ec4070cfdda /debian/control | |
parent | d4aa37352d19e84cc1a9574fcef1c62b0b4ae4c7 (diff) |
Tighten dependency on optparse-applicative to 0.11.0.
Type of str changed in 0.11.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 860724667..296034253 100644 --- a/debian/control +++ b/debian/control @@ -69,7 +69,7 @@ Build-Depends: libghc-tasty-hunit-dev, libghc-tasty-quickcheck-dev, libghc-tasty-rerun-dev, - libghc-optparse-applicative-dev (>= 0.10), + libghc-optparse-applicative-dev (>= 0.11.0), lsof [linux-any], ikiwiki, perlmagick, |