diff options
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 |