From c2d7e49c316ef9b1c6cc28069e852cfc00444a71 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 19 Jan 2011 23:49:00 +0200 Subject: [PATCH] Newer deps --- yesod.cabal | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/yesod.cabal b/yesod.cabal index 78b8f4e5..efe13ed9 100644 --- a/yesod.cabal +++ b/yesod.cabal @@ -24,13 +24,14 @@ library build-depends: base >= 4 && < 5 , yesod-core >= 0.7 && < 0.8 , yesod-auth >= 0.3 && < 0.4 - , yesod-form >= 0.0 && < 0.1 , yesod-json >= 0.0 && < 0.1 , yesod-persistent >= 0.0 && < 0.1 , yesod-static >= 0.0 && < 0.1 + , yesod-form >= 0.0 && < 0.1 , monad-peel >= 0.1 && < 0.2 , transformers >= 0.2 && < 0.3 , wai >= 0.3 && < 0.4 + , wai-extra >= 0.3 && < 0.4 , hamlet >= 0.7 && < 0.8 , warp >= 0.3 && < 0.4 , mime-mail >= 0.1 && < 0.2