packages feed

yesod-default-1.2.0: yesod-default.cabal

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