Use newer http-conduit
This commit is contained in:
parent
e1a2d68cdd
commit
09d4081079
@ -16,7 +16,7 @@ homepage: http://github.com/yesodweb/authenticate
|
|||||||
library
|
library
|
||||||
build-depends: base >= 4 && < 5
|
build-depends: base >= 4 && < 5
|
||||||
, aeson >= 0.5
|
, aeson >= 0.5
|
||||||
, http-conduit >= 1.1.1 && < 1.2
|
, http-conduit >= 1.2 && < 1.3
|
||||||
, tagsoup >= 0.12 && < 0.13
|
, tagsoup >= 0.12 && < 0.13
|
||||||
, transformers >= 0.1 && < 0.3
|
, transformers >= 0.1 && < 0.3
|
||||||
, bytestring >= 0.9
|
, bytestring >= 0.9
|
||||||
@ -36,7 +36,7 @@ library
|
|||||||
, containers
|
, containers
|
||||||
, unordered-containers
|
, unordered-containers
|
||||||
, process
|
, process
|
||||||
, conduit >= 0.0 && < 0.1
|
, conduit >= 0.0 && < 0.2
|
||||||
, blaze-builder-conduit >= 0.0 && < 0.1
|
, blaze-builder-conduit >= 0.0 && < 0.1
|
||||||
exposed-modules: Web.Authenticate.Rpxnow,
|
exposed-modules: Web.Authenticate.Rpxnow,
|
||||||
Web.Authenticate.OpenId,
|
Web.Authenticate.OpenId,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user