forked from yesodweb/yesod
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathyesod-newsfeed.cabal
36 lines (33 loc) · 1.31 KB
/
yesod-newsfeed.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
name: yesod-newsfeed
version: 1.7.0.0
license: MIT
license-file: LICENSE
author: Michael Snoyman, Patrick Brisbin
maintainer: Michael Snoyman <[email protected]>
synopsis: Helper functions and data types for producing News feeds.
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-newsfeed>
extra-source-files: README.md ChangeLog.md
library
build-depends: base >= 4.10 && < 5
, yesod-core >= 1.6 && < 1.7
, time >= 1.1.4
, shakespeare >= 2.0
, bytestring >= 0.9.1.4
, text >= 0.9
, xml-conduit >= 1.0
, blaze-html >= 0.5
, blaze-markup >= 0.5.1
, containers
exposed-modules: Yesod.AtomFeed
, Yesod.RssFeed
, Yesod.Feed
other-modules: Yesod.FeedTypes
ghc-options: -Wall
source-repository head
type: git
location: https://github.com/yesodweb/yesod