packages feed

feed 0.3.4 → 0.3.5

raw patch · 3 files changed

+4/−3 lines, 3 filessetup-changednew-uploaderPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

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