Yesod 0.8
This commit is contained in:
parent
c961daa099
commit
8b82058c49
@ -1,5 +1,5 @@
|
|||||||
name: yesod-newsfeed
|
name: yesod-newsfeed
|
||||||
version: 0.0.0
|
version: 0.1.0
|
||||||
license: BSD3
|
license: BSD3
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
author: Michael Snoyman, Patrick Brisbin
|
author: Michael Snoyman, Patrick Brisbin
|
||||||
@ -13,9 +13,9 @@ homepage: http://docs.yesodweb.com/
|
|||||||
|
|
||||||
library
|
library
|
||||||
build-depends: base >= 4 && < 5
|
build-depends: base >= 4 && < 5
|
||||||
, yesod-core >= 0.7 && < 0.8
|
, yesod-core >= 0.8 && < 0.9
|
||||||
, time >= 1.1.4 && < 1.3
|
, time >= 1.1.4 && < 1.3
|
||||||
, hamlet >= 0.7 && < 0.8
|
, hamlet >= 0.8 && < 0.9
|
||||||
, bytestring >= 0.9 && < 0.10
|
, bytestring >= 0.9 && < 0.10
|
||||||
exposed-modules: Yesod.Helpers.AtomFeed
|
exposed-modules: Yesod.Helpers.AtomFeed
|
||||||
, Yesod.Helpers.RssFeed
|
, Yesod.Helpers.RssFeed
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user