From b631fa4a025d276a49078c3b4297d0bbfedb40fb Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 29 Jan 2012 07:50:29 +0200 Subject: [PATCH] conduit 0.2 --- authenticate-oauth/authenticate-oauth.cabal | 4 ++-- authenticate/authenticate.cabal | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/authenticate-oauth/authenticate-oauth.cabal b/authenticate-oauth/authenticate-oauth.cabal index 1d80139d..06ccc03f 100644 --- a/authenticate-oauth/authenticate-oauth.cabal +++ b/authenticate-oauth/authenticate-oauth.cabal @@ -24,8 +24,8 @@ library , random , http-types >= 0.6 && < 0.7 , blaze-builder - , conduit >= 0.0 && < 0.2 - , blaze-builder-conduit >= 0.0 && < 0.1 + , conduit >= 0.2 && < 0.3 + , blaze-builder-conduit >= 0.2 && < 0.3 exposed-modules: Web.Authenticate.OAuth ghc-options: -Wall diff --git a/authenticate/authenticate.cabal b/authenticate/authenticate.cabal index bd149cbb..3145659f 100644 --- a/authenticate/authenticate.cabal +++ b/authenticate/authenticate.cabal @@ -28,8 +28,8 @@ library , attoparsec , containers , unordered-containers - , conduit >= 0.0 && < 0.2 - , blaze-builder-conduit >= 0.0 && < 0.1 + , conduit >= 0.2 && < 0.3 + , blaze-builder-conduit >= 0.2 && < 0.3 exposed-modules: Web.Authenticate.Rpxnow, Web.Authenticate.OpenId, Web.Authenticate.BrowserId,