summaryrefslogtreecommitdiffhomepage
path: root/debug-me.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'debug-me.cabal')
-rw-r--r--debug-me.cabal13
1 files changed, 7 insertions, 6 deletions
diff --git a/debug-me.cabal b/debug-me.cabal
index 94af103..befaf98 100644
--- a/debug-me.cabal
+++ b/debug-me.cabal
@@ -1,6 +1,6 @@
Name: debug-me
-Version: 1.20190926
-Cabal-Version: >= 1.8
+Version: 1.20221231
+Cabal-Version: >= 1.10
Maintainer: Joey Hess <joey@kitenet.net>
Author: Joey Hess
Stability: Experimental
@@ -50,11 +50,12 @@ custom-setup
Executable debug-me
Main-Is: debug-me.hs
- GHC-Options: -threaded -Wall -fno-warn-tabs -O2 -XNoMonadFailDesugaring
+ GHC-Options: -threaded -Wall -fno-warn-tabs -O2
+ Default-Language: Haskell98
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)
@@ -63,7 +64,7 @@ Executable debug-me
, stm-chans (>= 3.0)
, posix-pty (>= 0.2.1)
, terminal-size (>= 0.3)
- , aeson (>= 0.11 && < 1.5)
+ , aeson (>= 0.11 && < 2.2)
, sandi (>= 0.4)
, text (>= 1.2.2)
, optparse-applicative (>= 0.12)
@@ -80,7 +81,7 @@ Executable debug-me
, http-types (>= 0.9)
, http-client (>= 0.4)
, http-client-tls (>= 0.2)
- , websockets (>= 0.9)
+ , websockets (>= 0.12.6.0)
, wai-websockets (>= 3.0)
, uuid (>= 1.3)
, protobuf (>= 0.2)