summaryrefslogtreecommitdiffhomepage
path: root/debug-me.cabal
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2017-05-02 22:45:58 -0400
committerJoey Hess <joeyh@joeyh.name>2017-05-02 22:45:58 -0400
commitee4f328031c8072868854ebcd5a1e5b628a226ae (patch)
treedfcd14d0433c1aba608aa8e5cacd0791965267aa /debug-me.cabal
parent3b7b248eaada1bbf71f467c37a5da1196e1bba83 (diff)
downloaddebug-me-ee4f328031c8072868854ebcd5a1e5b628a226ae.tar.gz
allow building with versions in debian
When built with old websockets, compression is not supported. Client and server will negotiate that so version skew between them is not a problem.
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 d3043a5..c8fbb6d 100644
--- a/debug-me.cabal
+++ b/debug-me.cabal
@@ -61,7 +61,7 @@ Executable debug-me
, graphviz (== 2999.18.*)
, time (>= 1.6)
, filepath (>= 1.4)
- , directory (>= 1.3)
+ , directory (>= 1.2)
, containers (>= 0.5)
, unordered-containers (>= 0.2)
, unbounded-delays (>= 0.1)
@@ -71,7 +71,7 @@ Executable debug-me
, http-types (>= 0.9)
, http-client (>= 0.4)
, http-client-tls (>= 0.2)
- , websockets (>= 0.11.1)
+ , websockets (>= 0.9)
, wai-websockets (>= 3.0)
, uuid (>= 1.3)
, protobuf (>= 0.2)