resolved deps hell

This commit is contained in:
Hiromi Ishii 2012-09-20 15:41:04 +09:00
parent 818f2ecdf5
commit 5f93e24276

View File

@ -1,6 +1,6 @@
name: authenticate-oauth
version: 1.4.0.1
version: 1.4.0.2
license: BSD3
license-file: LICENSE
author: Hiromi Ishii
@ -15,20 +15,20 @@ homepage: http://github.com/yesodweb/authenticate
library
build-depends: base >= 4 && < 5
, http-conduit >= 1.4 && < 1.6
, http-conduit >= 1.4 && < 1.7
, transformers >= 0.1 && < 0.4
, bytestring >= 0.9
, crypto-pubkey-types >= 0.1 && < 0.2
, RSA >= 1.2 && < 1.3
, time
, data-default
, base64-bytestring >= 0.1 && < 0.2
, base64-bytestring >= 0.1 && < 1.1
, SHA >= 1.4 && < 1.6
, random
, http-types >= 0.6 && < 0.8
, blaze-builder
, conduit >= 0.4 && < 0.6
, resourcet >= 0.3 && < 0.4
, resourcet >= 0.3 && < 0.5
, blaze-builder-conduit >= 0.4 && < 0.6
, monad-control >= 0.3 && < 0.4
exposed-modules: Web.Authenticate.OAuth, Web.Authenticate.OAuth.IO