summaryrefslogtreecommitdiffhomepage
path: root/debian
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2017-07-05 08:10:32 +0100
committerSean Whitton <spwhitton@spwhitton.name>2017-07-05 08:10:32 +0100
commitf9517b093e310e663f0ed6c17de40b5493b6f6d5 (patch)
treebab3759b5fca40299cf2266eebe7033d023a5aae /debian
parente2522d53ddac850145ba9f9b4d01ba599b8392c6 (diff)
downloadstylish-haskell-f9517b093e310e663f0ed6c17de40b5493b6f6d5.tar.gz
bump build deps for this upstream release
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog1
-rw-r--r--debian/control10
2 files changed, 6 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog
index 3d59040..cc1640d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
stylish-haskell (0.7.1.0-1) UNRELEASED; urgency=medium
* New upstream release (Closes: #867193).
+ - Bump build-deps for aeson, src-exts, optparse-applicative and hunit.
* Drop override_dh_compress stanza.
Policy does not actually require us to compress a file that small.
* Update Vcs-Browser.
diff --git a/debian/control b/debian/control
index d06990d..34da6bb 100644
--- a/debian/control
+++ b/debian/control
@@ -5,9 +5,9 @@ Section: haskell
Build-Depends: debhelper (>= 9),
ghc,
libghc-aeson-dev (>= 0.6),
- libghc-aeson-dev (<< 0.12),
- libghc-src-exts-dev (>= 1.17),
- libghc-src-exts-dev (<< 1.18),
+ libghc-aeson-dev (<< 1.2),
+ libghc-src-exts-dev (>= 1.18),
+ libghc-src-exts-dev (<< 1.20),
libghc-mtl-dev (>= 2.0),
libghc-mtl-dev (<< 2.3),
libghc-syb-dev (>= 0.3),
@@ -15,11 +15,11 @@ Build-Depends: debhelper (>= 9),
libghc-yaml-dev (>= 0.7),
libghc-yaml-dev (<< 0.9),
libghc-optparse-applicative-dev (>= 0.12),
- libghc-optparse-applicative-dev (<< 0.13),
+ libghc-optparse-applicative-dev (<< 0.14),
libghc-strict-dev (>= 0.3),
libghc-strict-dev (<< 0.4),
libghc-hunit-dev (>= 1.2),
- libghc-hunit-dev (<< 1.4),
+ libghc-hunit-dev (<< 1.6),
libghc-test-framework-dev (>= 0.4),
libghc-test-framework-dev (<< 0.9),
libghc-test-framework-hunit-dev (>= 0.2),