From 3674ff8dfa38ca29132cd7404e9e46684fa43946 Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Fri, 17 Jun 2011 14:35:17 +0200 Subject: [PATCH] Show and Eq instances for FeedConfiguration --- src/Hakyll/Web/Feed.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Hakyll/Web/Feed.hs b/src/Hakyll/Web/Feed.hs index 63ef2c1..27246a2 100644 --- a/src/Hakyll/Web/Feed.hs +++ b/src/Hakyll/Web/Feed.hs @@ -47,7 +47,7 @@ data FeedConfiguration = FeedConfiguration feedAuthorName :: String , -- | Absolute root URL of the feed site (e.g. @http://jaspervdj.be@) feedRoot :: String - } + } deriving (Show, Eq) -- | This is an auxiliary function to create a listing that is, in fact, a feed. -- The items should be sorted on date. The @$timestamp@ field should be set.