feed

Interfacing with RSS (v 0.9x, 2.x, 1.0) + Atom feeds.

https://github.com/bergmark/feed

Version on this page:0.3.10.0
LTS Haskell 22.9:1.3.2.1@rev:2
Stackage Nightly 2024-03-28:1.3.2.1@rev:4
Latest on Hackage:1.3.2.1@rev:4

See all snapshots feed appears in

BSD-3-Clause licensed by Sigbjorn Finne
Maintained by Adam Bergmark
This version can be pinned in stack with:feed-0.3.10.0@sha256:2a2ab7205437b2494c45ffbe1749f34021a8838764b40b0f1b85ac61367044c6,2476

feed Build Status

Interfacing with RSS (v 0.9x, 2.x, 1.0) + Atom feeds.

To help working with the multiple feed formats we’ve ended up with, this set of modules provides parsers, pretty printers and some utility code for querying and just generally working with a concrete representation of feeds in Haskell.

Changes

0.3.10.0

  • Add Text.Feed.Import.parseFeedSource :: XmlSource s => s -> Maybe Feed (thanks to Dmitry Dzhus)

0.3.9.7

  • Add missing modules in test-suite

0.3.9.6

0.3.9.5

  • Fix typo “skipDayss” -> “skipDays” in Text.RSS.Export (thanks to Daniele Francesconi)

0.3.9.4

  • Update maintainer information
  • Add test suite

0.3.9.3

  • Add support for utf8-string >= 1 && < 1.1 and time 1.5.*

0.3.9.1

  • add ref to github repo + .cabal tidying.

0.3.9

  • tidy up compilation with ghc-7.6(.3), bumped version (but no functional changes.)

0.3.8

  • cabal build fixes.

0.3.7

  • parsing: made be optional.
  • parsing: try if is missing.