32 lines
1.0 KiB
Plaintext
32 lines
1.0 KiB
Plaintext
name: yesod-default
|
|
version: 0.3.1
|
|
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
|
|
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 && < 0.5
|
|
|
|
exposed-modules: Yesod.Default.Config
|
|
, Yesod.Default.Main
|
|
|
|
ghc-options: -Wall
|
|
|
|
source-repository head
|
|
type: git
|
|
location: git://github.com/yesodweb/yesod.git
|