From be48b67fbcaa773be93a4d4e3b82702fa39ccc74 Mon Sep 17 00:00:00 2001 From: Hiromi Ishii Date: Tue, 17 Jul 2012 01:01:15 +0900 Subject: [PATCH] resolved deps hell --- authenticate-oauth/authenticate-oauth.cabal | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/authenticate-oauth/authenticate-oauth.cabal b/authenticate-oauth/authenticate-oauth.cabal index b2be6fbd..5b252e19 100644 --- a/authenticate-oauth/authenticate-oauth.cabal +++ b/authenticate-oauth/authenticate-oauth.cabal @@ -1,6 +1,6 @@ name: authenticate-oauth -version: 1.4.0.0 +version: 1.4.0.1 license: BSD3 license-file: LICENSE author: Hiromi Ishii @@ -21,11 +21,11 @@ library , crypto-pubkey-types >= 0.1 && < 0.2 , RSA >= 1.2 && < 1.3 , time - , data-default >= 0.3 && < 0.5 + , data-default , base64-bytestring >= 0.1 && < 0.2 , SHA >= 1.4 && < 1.6 , random - , http-types >= 0.6 && < 0.7 + , http-types >= 0.6 && < 0.8 , blaze-builder , conduit >= 0.4 && < 0.6 , resourcet >= 0.3 && < 0.4