From 69dc027a3bd275082a55c9912a06191d0ae84149 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 30 Mar 2014 09:20:42 +0300 Subject: [PATCH] shakespeare 2.0 --- yesod-auth/yesod-auth.cabal | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/yesod-auth/yesod-auth.cabal b/yesod-auth/yesod-auth.cabal index 47461c3c..b7d325a6 100644 --- a/yesod-auth/yesod-auth.cabal +++ b/yesod-auth/yesod-auth.cabal @@ -1,5 +1,5 @@ name: yesod-auth -version: 1.2.7 +version: 1.2.7.1 license: MIT license-file: LICENSE author: Michael Snoyman, Patrick Brisbin @@ -27,9 +27,10 @@ library , text >= 0.7 , mime-mail >= 0.3 , yesod-persistent >= 1.2 - , hamlet >= 1.1 && < 1.2 - , shakespeare-css >= 1.0 && < 1.1 - , shakespeare-js >= 1.0.2 && < 1.3 + , hamlet >= 1.1 + , shakespeare + , shakespeare-css >= 1.0 + , shakespeare-js >= 1.0.2 , containers , unordered-containers , yesod-form >= 1.3 && < 1.4