conduit 0.2

This commit is contained in:
Michael Snoyman 2012-01-29 07:50:29 +02:00
parent 32c76842f1
commit b631fa4a02
2 changed files with 4 additions and 4 deletions

View File

@ -24,8 +24,8 @@ library
, random , random
, http-types >= 0.6 && < 0.7 , http-types >= 0.6 && < 0.7
, blaze-builder , blaze-builder
, conduit >= 0.0 && < 0.2 , conduit >= 0.2 && < 0.3
, blaze-builder-conduit >= 0.0 && < 0.1 , blaze-builder-conduit >= 0.2 && < 0.3
exposed-modules: Web.Authenticate.OAuth exposed-modules: Web.Authenticate.OAuth
ghc-options: -Wall ghc-options: -Wall

View File

@ -28,8 +28,8 @@ library
, attoparsec , attoparsec
, containers , containers
, unordered-containers , unordered-containers
, conduit >= 0.0 && < 0.2 , conduit >= 0.2 && < 0.3
, blaze-builder-conduit >= 0.0 && < 0.1 , blaze-builder-conduit >= 0.2 && < 0.3
exposed-modules: Web.Authenticate.Rpxnow, exposed-modules: Web.Authenticate.Rpxnow,
Web.Authenticate.OpenId, Web.Authenticate.OpenId,
Web.Authenticate.BrowserId, Web.Authenticate.BrowserId,