packages feed

yesod-default-0.4.0: yesod-default.cabal

name:            yesod-default
version:         0.4.0
license:         BSD3
license-file:    LICENSE
author:          Patrick Brisbin
maintainer:      Patrick Brisbin <pbrisbin@gmail.com>
synopsis:        Default config and main functions for your yesod application
category:        Web, Yesod
stability:       Stable
cabal-version:   >= 1.6
build-type:      Simple
homepage:        http://www.yesodweb.com/
description:     Convenient wrappers for your the configuration and
                 execution of your yesod application

library
    if os(windows)
        cpp-options: -DWINDOWS

    build-depends:   base              >= 4   && < 5
                   , yesod-core        >= 0.9 && < 0.10
                   , cmdargs           >= 0.8 && < 0.9
                   , warp              >= 0.4 && < 0.5
                   , wai               >= 0.4 && < 0.5
                   , wai-extra         >= 0.4.4 && < 0.5
                   , bytestring        >= 0.9 && < 0.10
                   , transformers      >= 0.2 && < 0.3
                   , text              >= 0.9 && < 1.0
                   , directory         >= 1.0 && < 1.2
                   , shakespeare-css   >= 0.10     && < 0.11
                   , shakespeare-js    >= 0.10     && < 0.11
                   , template-haskell

    if !os(windows)
         build-depends: unix

    exposed-modules: Yesod.Default.Config
                   , Yesod.Default.Main
                   , Yesod.Default.Util
                   , Yesod.Default.Handlers

    ghc-options:     -Wall

source-repository head
  type:     git
  location: git://github.com/yesodweb/yesod.git