summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--debian/changelog1
-rw-r--r--debian/control4
2 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 4821f33..01d068f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
debug-me (1.20181208-1) UNRELEASED; urgency=medium
* New upstream release.
+ - Update build-dep bounds.
* Drop build-dep on haskell-stm.
* Build-dep on ghc (>= 8.4.3), with which haskell-stm is now bundled.
diff --git a/debian/control b/debian/control
index 608ffaa..8b01492 100644
--- a/debian/control
+++ b/debian/control
@@ -6,11 +6,11 @@ Build-Depends: debhelper (>= 10),
dh-exec,
ghc (>= 8.4.3),
libghc-aeson-dev (>= 0.11),
- libghc-aeson-dev (<< 1.3),
+ libghc-aeson-dev (<< 1.4),
libghc-async-dev (>= 2.1),
libghc-cereal-dev (>= 0.5),
libghc-cryptonite-dev (>= 0.20),
- libghc-graphviz-dev (>= 2999.18),
+ libghc-graphviz-dev (>= 2999.18.0),
libghc-graphviz-dev (<< 2999.21),
libghc-http-client-dev (>= 0.4),
libghc-http-client-tls-dev (>= 0.2),