Use newer http-conduit

This commit is contained in:
Michael Snoyman 2012-01-18 12:40:28 +02:00
parent e1a2d68cdd
commit 09d4081079

View File

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