From 2417461aefe6ba9a5fafa4506e997931a73e9126 Mon Sep 17 00:00:00 2001 From: Hiromi Ishii Date: Thu, 22 Nov 2012 21:25:35 +0900 Subject: [PATCH] fixed dependencies --- authenticate-oauth/authenticate-oauth.cabal | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/authenticate-oauth/authenticate-oauth.cabal b/authenticate-oauth/authenticate-oauth.cabal index 3d5a69bb..b141049f 100644 --- a/authenticate-oauth/authenticate-oauth.cabal +++ b/authenticate-oauth/authenticate-oauth.cabal @@ -1,6 +1,6 @@ name: authenticate-oauth -version: 1.4.0.2 +version: 1.4.0.3 license: BSD3 license-file: LICENSE author: Hiromi Ishii @@ -15,15 +15,15 @@ homepage: http://github.com/yesodweb/authenticate library build-depends: base >= 4 && < 5 - , http-conduit >= 1.4 && < 1.7 + , http-conduit >= 1.4 && < 1.9 , transformers >= 0.1 && < 0.4 , bytestring >= 0.9 - , crypto-pubkey-types >= 0.1 && < 0.2 + , crypto-pubkey-types >= 0.1 && < 0.3 , RSA >= 1.2 && < 1.3 , time , data-default , base64-bytestring >= 0.1 && < 1.1 - , SHA >= 1.4 && < 1.6 + , SHA >= 1.4 && < 1.7 , random , http-types >= 0.6 && < 0.8 , blaze-builder