yesod/yesod-static/yesod-static.cabal
2011-07-24 08:51:37 +03:00

53 lines
2.0 KiB
Plaintext

name: yesod-static
version: 0.3.0
license: BSD3
license-file: LICENSE
author: Michael Snoyman <michael@snoyman.com>
maintainer: Michael Snoyman <michael@snoyman.com>
synopsis: Static file serving subsite for Yesod Web Framework.
category: Web, Yesod
stability: Stable
cabal-version: >= 1.8
build-type: Simple
homepage: http://www.yesodweb.com/
flag test
description: Build the executable to run unit tests
default: False
library
build-depends: base >= 4 && < 5
, containers >= 0.4
, old-time >= 1.0
, yesod-core >= 0.9 && < 0.10
, base64-bytestring >= 0.1.0.1 && < 0.2
, pureMD5 >= 2.1.0.3 && < 2.2
, cereal >= 0.3 && < 0.4
, bytestring >= 0.9 && < 0.10
, template-haskell
, directory >= 1.0 && < 1.2
, transformers >= 0.2 && < 0.3
, wai-app-static >= 0.3 && < 0.4
, wai >= 0.4 && < 0.5
, text >= 0.5 && < 1.0
, file-embed >= 0.0.4.1 && < 0.5
, http-types >= 0.6.5 && < 0.7
exposed-modules: Yesod.Static
ghc-options: -Wall
test-suite runtests
hs-source-dirs: tests
main-is: runtests.hs
type: exitcode-stdio-1.0
cpp-options: -DTEST
build-depends: yesod-static,
base >= 4 && < 5,
hspec,
HUnit
ghc-options: -Wall
main-is: runtests.hs
source-repository head
type: git
location: git://github.com/snoyberg/yesod-static.git