From c42deb74f788eac1ba6ba4c9342941606b7bad2e Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 27 May 2011 11:15:47 +0300 Subject: [PATCH] cabal file changes (does not compile) --- Yesod/{Helpers => }/Static.hs | 2 +- yesod-static.cabal | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) rename Yesod/{Helpers => }/Static.hs (99%) diff --git a/Yesod/Helpers/Static.hs b/Yesod/Static.hs similarity index 99% rename from Yesod/Helpers/Static.hs rename to Yesod/Static.hs index 9cb3e98f..126506f5 100644 --- a/Yesod/Helpers/Static.hs +++ b/Yesod/Static.hs @@ -24,7 +24,7 @@ -- domain name to save time on transmitting cookies. In that case, you may wish -- to use 'urlRenderOverride' to redirect requests to this subsite to a -- separate domain name. -module Yesod.Helpers.Static +module Yesod.Static ( -- * Subsite Static (..) , Public (..) diff --git a/yesod-static.cabal b/yesod-static.cabal index a1886db0..2f88f4b2 100644 --- a/yesod-static.cabal +++ b/yesod-static.cabal @@ -1,5 +1,5 @@ name: yesod-static -version: 0.2.0.1 +version: 0.3.0 license: BSD3 license-file: LICENSE author: Michael Snoyman @@ -27,9 +27,9 @@ library , template-haskell , directory >= 1.0 && < 1.2 , transformers >= 0.2 && < 0.3 - , wai-app-static >= 0.2 && < 0.3 + , wai-app-static >= 0.3 && < 0.4 , text >= 0.5 && < 1.0 - exposed-modules: Yesod.Helpers.Static + exposed-modules: Yesod.Static ghc-options: -Wall test-suite runtests