summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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 b61e379..30555e4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+debug-me (1.20220324-1) UNRELEASED; urgency=medium
+
+ * New upstream release.
+ * Update build-dep bounds for libghc-aeson-dev and libghc-websockets-dev.
+
+ -- Sean Whitton <spwhitton@spwhitton.name> Sun, 22 May 2022 14:52:27 -0700
+
debug-me (1.20200820-1) unstable; urgency=medium
* New upstream release (Closes: #968717).
diff --git a/debian/control b/debian/control
index f03d8d1..f2a3385 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Build-Depends: debhelper (>= 10),
dh-exec,
ghc (>= 8.4.3),
libghc-aeson-dev (>= 0.11),
- libghc-aeson-dev (<< 1.5),
+ libghc-aeson-dev (<< 2.1),
libghc-async-dev (>= 2.1),
libghc-cereal-dev (>= 0.5),
libghc-cryptonite-dev (>= 0.20),
@@ -33,7 +33,7 @@ Build-Depends: debhelper (>= 10),
libghc-wai-dev (>= 3.2),
libghc-wai-websockets-dev (>= 3.0),
libghc-warp-dev (>= 3.2),
- libghc-websockets-dev (>= 0.9),
+ libghc-websockets-dev (>= 0.12.6.0),
Standards-Version: 4.0.1
Homepage: https://debug-me.branchable.com/
Vcs-Git: https://git.spwhitton.name/debug-me