summaryrefslogtreecommitdiffhomepage
path: root/debug-me.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'debug-me.cabal')
-rw-r--r--debug-me.cabal6
1 files changed, 3 insertions, 3 deletions
diff --git a/debug-me.cabal b/debug-me.cabal
index d5a44e9..befaf98 100644
--- a/debug-me.cabal
+++ b/debug-me.cabal
@@ -1,5 +1,5 @@
Name: debug-me
-Version: 1.20220324
+Version: 1.20221231
Cabal-Version: >= 1.10
Maintainer: Joey Hess <joey@kitenet.net>
Author: Joey Hess
@@ -55,7 +55,7 @@ Executable debug-me
Build-Depends:
base (>= 4.9 && < 5.0)
, network (>= 2.6)
- , bytestring == 0.10.*
+ , bytestring < 0.12
, cryptonite (>= 0.20)
, unix (>= 2.7)
, process (>= 1.4)
@@ -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)