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,