summaryrefslogtreecommitdiffhomepage
path: root/debug-me.cabal
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2022-03-24 12:27:02 -0400
committerJoey Hess <joeyh@joeyh.name>2022-03-24 12:27:02 -0400
commitd007b5beddd398f380494403378e5f4c102592f5 (patch)
tree85cd4c1a492d00dfa83a0f1841a7c30fa659e27e /debug-me.cabal
parentd1a28900ea59e0850fd4ae65f0ebcef9e1a5bf9e (diff)
downloaddebug-me-d007b5beddd398f380494403378e5f4c102592f5.tar.gz
use withPingThread to avoid build warning
forkPingThread is deprecated. Also, websockets-0.9 did not include forkPingThread so the old dep was wrong.
Diffstat (limited to 'debug-me.cabal')
-rw-r--r--debug-me.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/debug-me.cabal b/debug-me.cabal
index db7cc63..d5a44e9 100644
--- a/debug-me.cabal
+++ b/debug-me.cabal
@@ -1,5 +1,5 @@
Name: debug-me
-Version: 1.20200820
+Version: 1.20220324
Cabal-Version: >= 1.10
Maintainer: Joey Hess <joey@kitenet.net>
Author: Joey Hess
@@ -81,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)