From edfa0acc84c432b26e9ba47d332ff65bd8bcfb8b Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 4 Oct 2012 18:11:21 +0200 Subject: [PATCH] network-conduit 0.6 --- warp-tls/warp-tls.cabal | 4 ++-- warp/warp.cabal | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/warp-tls/warp-tls.cabal b/warp-tls/warp-tls.cabal index 9de014d51..2a97b4747 100644 --- a/warp-tls/warp-tls.cabal +++ b/warp-tls/warp-tls.cabal @@ -1,5 +1,5 @@ Name: warp-tls -Version: 1.3.1 +Version: 1.3.1.1 Synopsis: SSL support for Warp via the TLS package License: MIT License-file: LICENSE @@ -19,7 +19,7 @@ Library , warp >= 1.3.2 && < 1.4 , transformers >= 0.2 && < 0.4 , conduit >= 0.5 && < 0.6 - , network-conduit >= 0.5 && < 0.6 + , network-conduit >= 0.5 && < 0.7 , certificate >= 1.2 && < 1.3 , pem >= 0.1 && < 0.2 , cryptocipher >= 0.3 && < 0.4 diff --git a/warp/warp.cabal b/warp/warp.cabal index 95bca2d06..f79349ef3 100644 --- a/warp/warp.cabal +++ b/warp/warp.cabal @@ -1,5 +1,5 @@ Name: warp -Version: 1.3.3 +Version: 1.3.3.1 Synopsis: A fast, light-weight web server for WAI applications. License: MIT License-file: LICENSE @@ -25,7 +25,7 @@ Library , ghc-prim , http-types >= 0.7 && < 0.8 , lifted-base >= 0.1 && < 0.2 - , network-conduit >= 0.5 && < 0.6 + , network-conduit >= 0.5 && < 0.7 , simple-sendfile >= 0.2.7 && < 0.3 , transformers >= 0.2.2 && < 0.4 , unix-compat >= 0.2