From 0b6da81f40e0a222410358dd7cd4a91cf351da40 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 9 May 2011 06:45:14 +0300 Subject: [PATCH] Versions --- yesod-static.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yesod-static.cabal b/yesod-static.cabal index e9fe1456..a28b878e 100644 --- a/yesod-static.cabal +++ b/yesod-static.cabal @@ -1,5 +1,5 @@ name: yesod-static -version: 0.1.0 +version: 0.2.0 license: BSD3 license-file: LICENSE author: Michael Snoyman @@ -27,7 +27,7 @@ library , template-haskell , directory >= 1.0 && < 1.2 , transformers >= 0.2 && < 0.3 - , wai-app-static >= 0.3 && < 0.4 + , wai-app-static >= 0.2 && < 0.3 , text >= 0.5 && < 1.0 exposed-modules: Yesod.Helpers.Static ghc-options: -Wall