Yesod 0.8

This commit is contained in:
Michael Snoyman 2011-04-10 21:42:17 +03:00
parent c961daa099
commit 8b82058c49

View File

@ -1,5 +1,5 @@
name: yesod-newsfeed
version: 0.0.0
version: 0.1.0
license: BSD3
license-file: LICENSE
author: Michael Snoyman, Patrick Brisbin
@ -13,9 +13,9 @@ homepage: http://docs.yesodweb.com/
library
build-depends: base >= 4 && < 5
, yesod-core >= 0.7 && < 0.8
, yesod-core >= 0.8 && < 0.9
, time >= 1.1.4 && < 1.3
, hamlet >= 0.7 && < 0.8
, hamlet >= 0.8 && < 0.9
, bytestring >= 0.9 && < 0.10
exposed-modules: Yesod.Helpers.AtomFeed
, Yesod.Helpers.RssFeed