31 lines
1.0 KiB
Plaintext
31 lines
1.0 KiB
Plaintext
name: yesod-sitemap
|
|
version: 1.6.0
|
|
license: MIT
|
|
license-file: LICENSE
|
|
author: Michael Snoyman <michael@snoyman.com>
|
|
maintainer: Michael Snoyman <michael@snoyman.com>
|
|
synopsis: Generate XML sitemaps.
|
|
category: Web, Yesod
|
|
stability: Stable
|
|
cabal-version: >= 1.6
|
|
build-type: Simple
|
|
homepage: http://www.yesodweb.com/
|
|
description: API docs and the README are available at <http://www.stackage.org/package/yesod-sitemap>
|
|
extra-source-files: README.md ChangeLog.md
|
|
|
|
library
|
|
build-depends: base >= 4.10 && < 5
|
|
, conduit
|
|
, data-default
|
|
, text
|
|
, time >= 1.1.4
|
|
, xml-conduit >= 1.0
|
|
, xml-types
|
|
, yesod-core >= 1.6 && < 1.7
|
|
exposed-modules: Yesod.Sitemap
|
|
ghc-options: -Wall
|
|
|
|
source-repository head
|
|
type: git
|
|
location: https://github.com/yesodweb/yesod
|