From 9dc668a7549cf2cbb08372cf9aeb3aee53f3b274 Mon Sep 17 00:00:00 2001 From: Hiromi Ishii Date: Thu, 7 Jun 2012 12:37:09 +0900 Subject: [PATCH] changed dependencies --- authenticate-oauth/authenticate-oauth.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/authenticate-oauth/authenticate-oauth.cabal b/authenticate-oauth/authenticate-oauth.cabal index bb0e78bd..8343ed5e 100644 --- a/authenticate-oauth/authenticate-oauth.cabal +++ b/authenticate-oauth/authenticate-oauth.cabal @@ -1,6 +1,6 @@ name: authenticate-oauth -version: 1.3.0.1 +version: 1.3.0.2 license: BSD3 license-file: LICENSE author: Hiromi Ishii @@ -20,7 +20,7 @@ library , bytestring >= 0.9 , RSA >= 1.0 && < 1.1 , time - , data-default >= 0.3 && < 0.4 + , data-default >= 0.3 && < 0.5 , base64-bytestring >= 0.1 && < 0.2 , SHA >= 1.4 && < 1.6 , random