File: yesod-default.cabal

package info (click to toggle)
haskell-yesod-default 1.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 56 kB
  • sloc: haskell: 5; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 854 bytes parent folder | download | duplicates (6)
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