cabal file changes (does not compile)

This commit is contained in:
Michael Snoyman 2011-05-27 11:15:47 +03:00
parent 1150c7e9b8
commit c42deb74f7
2 changed files with 4 additions and 4 deletions

View File

@ -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 (..)

View File

@ -1,5 +1,5 @@
name: yesod-static
version: 0.2.0.1
version: 0.3.0
license: BSD3
license-file: LICENSE
author: Michael Snoyman <michael@snoyman.com>
@ -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