From 046815d9e19ad2303f95f393b12b80885e0b14e7 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 9 Jun 2011 15:11:03 +0300 Subject: [PATCH] yesod-auth upper bounds --- yesod.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yesod.cabal b/yesod.cabal index 72c7f8d1..bb964045 100644 --- a/yesod.cabal +++ b/yesod.cabal @@ -1,5 +1,5 @@ name: yesod -version: 0.8.2 +version: 0.8.2.1 license: BSD3 license-file: LICENSE author: Michael Snoyman @@ -25,7 +25,7 @@ library else build-depends: base >= 4 && < 4.3 build-depends: yesod-core >= 0.8.1 && < 0.9 - , yesod-auth >= 0.4 && < 0.6 + , yesod-auth >= 0.4 && < 0.5 , yesod-json >= 0.1 && < 0.2 , yesod-persistent >= 0.1 && < 0.2 , yesod-static >= 0.1 && < 0.2