diff --git a/Setup.hs b/Setup.hs
--- a/Setup.hs
+++ b/Setup.hs
@@ -4,4 +4,4 @@
 
 
 main :: IO ()
-main = defaultMainWithHooks defaultUserHooks
+main = defaultMain
diff --git a/Text/RSS/Syntax.hs b/Text/RSS/Syntax.hs
--- a/Text/RSS/Syntax.hs
+++ b/Text/RSS/Syntax.hs
@@ -31,7 +31,8 @@
      deriving (Show)
 
 type URLString  = String
-type DateString = String -- ^ rfc 822 conforming.
+-- | RFC 822 conforming.
+type DateString = String 
 
 data RSSChannel
  = RSSChannel
diff --git a/feed.cabal b/feed.cabal
--- a/feed.cabal
+++ b/feed.cabal
@@ -1,5 +1,5 @@
 Name:               feed
-Version:            0.3.4
+Version:            0.3.5
 License:            BSD3
 License-file:       LICENSE
 Category:           Text
