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
, 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

View File

@ -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,