summaryrefslogtreecommitdiffhomepage
path: root/debian
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2023-11-03 10:19:02 +0000
committerSean Whitton <spwhitton@spwhitton.name>2023-11-03 10:19:02 +0000
commit38140ce9088bd9448498f5f416ae8ffdbf3a749d (patch)
treee4744f871e117eefbc9744b75bf344d8290e5abc /debian
parent29ed239afdcf147d9328dbe9ebae0719fe870ad8 (diff)
downloaddebug-me-38140ce9088bd9448498f5f416ae8ffdbf3a749d.tar.gz
Bump Aeson dependency bounds to allow 2.1
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog1
-rw-r--r--debian/control2
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 45376e0..72d2be0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ debug-me (1.20221231-2) UNRELEASED; urgency=medium
* Disable link time optimisation on ppc64el (Closes: #1052313).
Thanks to Heinrich Schuchardt for the patch.
+ * Bump Aeson dependency bounds to allow 2.1 (Closes: #1054930).
-- Sean Whitton <spwhitton@spwhitton.name> Thu, 21 Sep 2023 11:40:35 +0100
diff --git a/debian/control b/debian/control
index f2a3385..78d92cb 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 (<< 2.1),
+ libghc-aeson-dev (<< 2.2),
libghc-async-dev (>= 2.1),
libghc-cereal-dev (>= 0.5),
libghc-cryptonite-dev (>= 0.20),