summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2019-01-12 09:44:08 -0700
committerSean Whitton <spwhitton@spwhitton.name>2019-01-12 09:44:08 -0700
commitc6871a5225451c65d5a819a464d3c7623035a02e (patch)
tree36c26b6de6eb975e53d242c86fe96d3c30c62935
parentee8fe1fbeb3e1a9b5488f81d1ff799b158810435 (diff)
downloadstylish-haskell-c6871a5225451c65d5a819a464d3c7623035a02e.tar.gz
bump build-dep bounds
-rw-r--r--debian/changelog7
-rw-r--r--debian/control12
2 files changed, 13 insertions, 6 deletions
diff --git a/debian/changelog b/debian/changelog
index 8a0af5d..d0e61cf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+stylish-haskell (0.9.2.1-1) UNRELEASED; urgency=medium
+
+ * New upstream release.
+ * Update build-dep bounds.
+
+ -- Sean Whitton <spwhitton@spwhitton.name> Sat, 12 Jan 2019 09:43:40 -0700
+
stylish-haskell (0.9.2.0-1) unstable; urgency=medium
* New upstream release (Closes: #898524).
diff --git a/debian/control b/debian/control
index d21a446..ef37c07 100644
--- a/debian/control
+++ b/debian/control
@@ -5,9 +5,9 @@ Section: haskell
Build-Depends: debhelper (>= 10),
ghc,
libghc-aeson-dev (>= 0.6),
- libghc-aeson-dev (<< 1.4),
+ libghc-aeson-dev (<< 1.5),
libghc-aeson-prof (>= 0.6),
- libghc-aeson-prof (<< 1.4),
+ libghc-aeson-prof (<< 1.5),
libghc-file-embed-dev (>= 0.0.10),
libghc-file-embed-dev (<< 0.1),
libghc-file-embed-prof (>= 0.0.10),
@@ -24,10 +24,10 @@ Build-Depends: debhelper (>= 10),
libghc-syb-dev (<< 0.8),
libghc-syb-prof (>= 0.3),
libghc-syb-prof (<< 0.8),
- libghc-yaml-dev (>= 0.7),
- libghc-yaml-dev (<< 0.9),
- libghc-yaml-prof (>= 0.7),
- libghc-yaml-prof (<< 0.9),
+ libghc-yaml-dev (>= 0.8.11),
+ libghc-yaml-dev (<< 0.12),
+ libghc-yaml-prof (>= 0.8.11),
+ libghc-yaml-prof (<< 0.12),
libghc-optparse-applicative-dev (>= 0.12),
libghc-optparse-applicative-dev (<< 0.15),
libghc-strict-dev (>= 0.3),