cabal file changes
This commit is contained in:
parent
bc40f62886
commit
a17df14798
@ -4,7 +4,7 @@ license: BSD3
|
|||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
author: Michael Snoyman, Patrick Brisbin
|
author: Michael Snoyman, Patrick Brisbin
|
||||||
maintainer: Michael Snoyman <michael@snoyman.com>
|
maintainer: Michael Snoyman <michael@snoyman.com>
|
||||||
synopsis: Helper functions and data types for producing Atom feeds.
|
synopsis: Helper functions and data types for producing News feeds.
|
||||||
category: Web, Yesod
|
category: Web, Yesod
|
||||||
stability: Stable
|
stability: Stable
|
||||||
cabal-version: >= 1.6
|
cabal-version: >= 1.6
|
||||||
@ -18,6 +18,7 @@ library
|
|||||||
, hamlet >= 0.7 && < 0.8
|
, hamlet >= 0.7 && < 0.8
|
||||||
exposed-modules: Yesod.Helpers.AtomFeed
|
exposed-modules: Yesod.Helpers.AtomFeed
|
||||||
, Yesod.Helpers.RssFeed
|
, Yesod.Helpers.RssFeed
|
||||||
|
, Yesod.Helpers.Feed
|
||||||
ghc-options: -Wall
|
ghc-options: -Wall
|
||||||
|
|
||||||
source-repository head
|
source-repository head
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user