summaryrefslogtreecommitdiffhomepage
path: root/debian
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2016-11-29 17:49:37 -0700
committerSean Whitton <spwhitton@spwhitton.name>2016-11-29 17:49:37 -0700
commita83044c0e8dac808e1048baf1432247de21c34cc (patch)
tree3edcfc3e11483c77faf0f16cb1ef448478c0b51a /debian
parent4393adeb4ffbf5bba30d9135f8fcdd3c22ac634e (diff)
downloadkeysafe-a83044c0e8dac808e1048baf1432247de21c34cc.tar.gz
bump servant build-deps
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog1
-rw-r--r--debian/control12
2 files changed, 7 insertions, 6 deletions
diff --git a/debian/changelog b/debian/changelog
index a5951a5..c9fe1fe 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ keysafe (0.20161022-2) UNRELEASED; urgency=medium
* keysafe-bin no longer recommends zenity.
* keysafe now depends on tor (Closes: #843522).
+ * Bump build-dependencies on libghc-servant-*
* Add bump-deps-to-GHC-8.0.1-LTS-Haskell-7.8.patch
* Refresh use-_keysafe.patch
diff --git a/debian/control b/debian/control
index af94542..ca80df3 100644
--- a/debian/control
+++ b/debian/control
@@ -40,12 +40,12 @@ Build-Depends: debhelper (>= 10),
libghc-readline-dev (<< 1.1),
libghc-secret-sharing-dev (>= 1.0),
libghc-secret-sharing-dev (<< 1.1),
- libghc-servant-dev (>= 0.7),
- libghc-servant-dev (<< 0.8),
- libghc-servant-client-dev (>= 0.7),
- libghc-servant-client-dev (<< 0.8),
- libghc-servant-server-dev (>= 0.7),
- libghc-servant-server-dev (<< 0.8),
+ libghc-servant-dev (>= 0.8),
+ libghc-servant-dev (<< 0.9),
+ libghc-servant-client-dev (>= 0.8),
+ libghc-servant-client-dev (<< 0.9),
+ libghc-servant-server-dev (>= 0.8),
+ libghc-servant-server-dev (<< 0.9),
libghc-socks-dev (>= 0.5),
libghc-socks-dev (<< 0.6),
libghc-split-dev (>= 0.2),