1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
name: yesod-default
version: 1.2.0
license: MIT
license-file: LICENSE
author: Patrick Brisbin
maintainer: Patrick Brisbin <pbrisbin@gmail.com>
synopsis: Default config and main functions for your yesod application (deprecated)
category: Web, Yesod
stability: Stable
cabal-version: >= 1.6
build-type: Simple
homepage: http://www.yesodweb.com/
description: Since version 1.2 of Yesod, this functionality is provided by the yesod package. This package is no longer needed.
execution of your yesod application
library
build-depends: base >= 4 && < 5
, yesod-core >= 1.2
exposed-modules: Yesod.Default.Ignore
source-repository head
type: git
location: https://github.com/yesodweb/yesod
|