From 67f98de1c92d55135fe4f3f56daad145de6e1e48 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 1 Sep 2010 08:22:43 +0300 Subject: [PATCH] text 0.8 --- yesod.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yesod.cabal b/yesod.cabal index 6406be6f..a23682da 100644 --- a/yesod.cabal +++ b/yesod.cabal @@ -1,5 +1,5 @@ name: yesod -version: 0.5.0.1 +version: 0.5.0.2 license: BSD3 license-file: LICENSE author: Michael Snoyman @@ -28,7 +28,7 @@ library authenticate >= 0.6.3 && < 0.7, bytestring >= 0.9.1.4 && < 0.10, directory >= 1 && < 1.1, - text >= 0.5 && < 0.8, + text >= 0.5 && < 0.9, utf8-string >= 0.3.4 && < 0.4, template-haskell >= 2.4 && < 2.5, web-routes-quasi >= 0.6 && < 0.7,