From f0c16f1a7246fc1b7e51307b56d05ab25a94beb0 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 10 Feb 2010 19:25:14 +0200 Subject: [PATCH] bumped web-encodings version --- yesod.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yesod.cabal b/yesod.cabal index 627571f8..abfc3d6f 100644 --- a/yesod.cabal +++ b/yesod.cabal @@ -38,7 +38,7 @@ library authenticate >= 0.4.0 && < 0.5, predicates >= 0.1 && < 0.2, bytestring >= 0.9.1.4 && < 0.10, - web-encodings >= 0.2.2 && < 0.3, + web-encodings >= 0.2.3 && < 0.3, data-object >= 0.2.0 && < 0.3, data-object-yaml >= 0.2.0 && < 0.3, directory >= 1 && < 1.1,