packages feed

rss-conduit 0.3.1.1 → 0.3.1.2

raw patch · 2 files changed

+2/−1 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

Text/RSS/Conduit/Render.hs view
@@ -65,6 +65,7 @@   forM_ (d^.channelTextInputL) renderRssTextInput   renderRssSkipHours $ d^.channelSkipHoursL   renderRssSkipDays $ d^.channelSkipDaysL+  forM_ (d^..channelItemsL) renderRssItem  -- | Render an @\<item\>@ element. renderRssItem :: (Monad m) => RssItem -> Source m Event
rss-conduit.cabal view
@@ -1,5 +1,5 @@ name:                rss-conduit-version:             0.3.1.1+version:             0.3.1.2 synopsis:            Streaming parser/renderer for the RSS standard. description:         Cf README file. license:             PublicDomain