From d20d76f677bb508af5a8e23704fd623c2f83e017 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 13 May 2010 13:43:06 +0300 Subject: [PATCH] Bumped web-routes-quasi to 0.2 --- yesod.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yesod.cabal b/yesod.cabal index 744d1a40..9028f762 100644 --- a/yesod.cabal +++ b/yesod.cabal @@ -43,7 +43,7 @@ library convertible-text >= 0.2.0 && < 0.3, template-haskell >= 2.4 && < 2.5, web-routes >= 0.22 && < 0.23, - web-routes-quasi >= 0.1 && < 0.2, + web-routes-quasi >= 0.2 && < 0.3, hamlet >= 0.2.2 && < 0.3, transformers >= 0.1 && < 0.3, clientsession >= 0.2 && < 0.3,