summaryrefslogtreecommitdiffhomepage
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
parent29ed239afdcf147d9328dbe9ebae0719fe870ad8 (diff)
downloaddebug-me-38140ce9088bd9448498f5f416ae8ffdbf3a749d.tar.gz
Bump Aeson dependency bounds to allow 2.1
-rw-r--r--debian/changelog1
-rw-r--r--debian/control2
-rw-r--r--debug-me.cabal2
3 files changed, 3 insertions, 2 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),
diff --git a/debug-me.cabal b/debug-me.cabal
index bf1fa82..befaf98 100644
--- a/debug-me.cabal
+++ b/debug-me.cabal
@@ -64,7 +64,7 @@ Executable debug-me
, stm-chans (>= 3.0)
, posix-pty (>= 0.2.1)
, terminal-size (>= 0.3)
- , aeson (>= 0.11 && < 2.1)
+ , aeson (>= 0.11 && < 2.2)
, sandi (>= 0.4)
, text (>= 1.2.2)
, optparse-applicative (>= 0.12)