packages feed

yesod-1.6.1.1: yesod.cabal

name:            yesod
version:         1.6.1.1
license:         MIT
license-file:    LICENSE
author:          Michael Snoyman <michael@snoyman.com>
maintainer:      Michael Snoyman <michael@snoyman.com>
synopsis:        Creation of type-safe, RESTful web applications.
description:     API docs and the README are available at <http://www.stackage.org/package/yesod>
category:        Web, Yesod
stability:       Stable
cabal-version:   >= 1.10
build-type:      Simple
homepage:        http://www.yesodweb.com/
extra-source-files: README.md ChangeLog.md

library
    default-language: Haskell2010
    if os(windows)
        cpp-options: -DWINDOWS

    build-depends:   base                      >= 4.10     && < 5
                   , aeson
                   , bytestring
                   , conduit                   >= 1.3
                   , data-default-class
                   , directory
                   , fast-logger
                   , file-embed
                   , monad-logger
                   , shakespeare
                   , streaming-commons
                   , template-haskell
                   , text
                   , unordered-containers
                   , wai                       >= 1.3
                   , wai-extra                 >= 1.3
                   , wai-logger
                   , warp                      >= 1.3
                   , yaml                      >= 0.8.17
                   , yesod-core                >= 1.6      && < 1.7
                   , yesod-form                >= 1.6      && < 1.8
                   , yesod-persistent          >= 1.6      && < 1.7

    exposed-modules: Yesod
                   , Yesod.Default.Config
                   , Yesod.Default.Config2
                   , Yesod.Default.Main
                   , Yesod.Default.Util
                   , Yesod.Default.Handlers
    ghc-options:     -Wall

    if !os(windows)
         build-depends: unix

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