From 09d4081079831658b8977cb1e0734330299289b2 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 18 Jan 2012 12:40:28 +0200 Subject: [PATCH] Use newer http-conduit --- authenticate.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/authenticate.cabal b/authenticate.cabal index 0c4671a8..231773bb 100644 --- a/authenticate.cabal +++ b/authenticate.cabal @@ -16,7 +16,7 @@ homepage: http://github.com/yesodweb/authenticate library build-depends: base >= 4 && < 5 , aeson >= 0.5 - , http-conduit >= 1.1.1 && < 1.2 + , http-conduit >= 1.2 && < 1.3 , tagsoup >= 0.12 && < 0.13 , transformers >= 0.1 && < 0.3 , bytestring >= 0.9 @@ -36,7 +36,7 @@ library , containers , unordered-containers , process - , conduit >= 0.0 && < 0.1 + , conduit >= 0.0 && < 0.2 , blaze-builder-conduit >= 0.0 && < 0.1 exposed-modules: Web.Authenticate.Rpxnow, Web.Authenticate.OpenId,