From 1aa1bb9090a910e7b9033f961d3fdeddd6f8a6e0 Mon Sep 17 00:00:00 2001 From: jprider63 Date: Wed, 18 Mar 2015 16:13:00 -0400 Subject: [PATCH] removed uuid dependency. #24 --- yesod-auth-oauth2.cabal | 1 - 1 file changed, 1 deletion(-) diff --git a/yesod-auth-oauth2.cabal b/yesod-auth-oauth2.cabal index 6df5414..4680ea6 100644 --- a/yesod-auth-oauth2.cabal +++ b/yesod-auth-oauth2.cabal @@ -43,7 +43,6 @@ library , transformers >= 0.2.2 && < 0.5 , hoauth2 >= 0.4.1 && < 0.5 , lifted-base >= 0.2 && < 0.4 - , uuid >= 1.3 && < 1.4 exposed-modules: Yesod.Auth.OAuth2 Yesod.Auth.OAuth2.Google