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