diff options
author | Jasper Van der Jeugt <jaspervdj@gmail.com> | 2010-09-23 10:36:37 +0200 |
---|---|---|
committer | Jasper Van der Jeugt <jaspervdj@gmail.com> | 2010-09-23 10:36:37 +0200 |
commit | ae7cc9f324064561c060f03b0a3797b9ed95f521 (patch) | |
tree | 5b870346ba467c862087b7de526f213b9276424e /src/Text/Hakyll | |
parent | b17f8c7bd73068932025a384f746f7791e26fb42 (diff) | |
download | hakyll-ae7cc9f324064561c060f03b0a3797b9ed95f521.tar.gz |
Export all modules in Text.Hakyll, for the lazy
Diffstat (limited to 'src/Text/Hakyll')
-rw-r--r-- | src/Text/Hakyll/Feed.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Text/Hakyll/Feed.hs b/src/Text/Hakyll/Feed.hs index 992b8da..be8d023 100644 --- a/src/Text/Hakyll/Feed.hs +++ b/src/Text/Hakyll/Feed.hs @@ -17,6 +17,7 @@ -- -- Furthermore, the feed will be generated, but will be incorrect (it won't -- validate) if an empty list is passed. +-- module Text.Hakyll.Feed ( FeedConfiguration (..) , renderRss |