Show and Eq instances for FeedConfiguration

This commit is contained in:
Jasper Van der Jeugt 2011-06-17 14:35:17 +02:00
parent 36891802e6
commit 3674ff8dfa

View file

@ -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.