From ee4f328031c8072868854ebcd5a1e5b628a226ae Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 2 May 2017 22:45:58 -0400 Subject: 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. --- debug-me.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debug-me.cabal') 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) -- cgit v1.2.3