summaryrefslogtreecommitdiffhomepage
path: root/debian
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2016-06-21 14:19:23 +0900
committerSean Whitton <spwhitton@spwhitton.name>2016-06-21 14:19:23 +0900
commitd577a42d6c319ec9a5fe986eab17ab8f9d9f95e4 (patch)
tree290defb1d20d6e8c124870fe763826829523bb69 /debian
parentd67852c4c30fe4634c5928db1d904eb57bd47894 (diff)
downloadstylish-haskell-d577a42d6c319ec9a5fe986eab17ab8f9d9f95e4.tar.gz
cmdargs -> optparse-applicative
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog7
-rw-r--r--debian/control4
2 files changed, 9 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 6003858..5901b74 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+stylish-haskell (0.5.17.0-1) UNRELEASED; urgency=medium
+
+ * New upstream release.
+ - Dependency change: cmdargs -> optparse-applicative
+
+ -- Sean Whitton <spwhitton@spwhitton.name> Tue, 21 Jun 2016 14:17:51 +0900
+
stylish-haskell (0.5.16.0-1) unstable; urgency=medium
* Initial release (Closes: #821196)
diff --git a/debian/control b/debian/control
index e971224..c166616 100644
--- a/debian/control
+++ b/debian/control
@@ -14,8 +14,8 @@ Build-Depends: debhelper (>= 9),
libghc-syb-dev (<< 0.7),
libghc-yaml-dev (>= 0.7),
libghc-yaml-dev (<< 0.9),
- libghc-cmdargs-dev (>= 0.9),
- libghc-cmdargs-dev (<< 0.11),
+ libghc-optparse-applicative-dev (>= 0.12),
+ libghc-optparse-applicative-dev (<< 0.13),
libghc-strict-dev (>= 0.3),
libghc-strict-dev (<< 0.4),
libghc-hunit-dev (>= 1.2),