@hackage rss-conduit0.6.0.1
Streaming parser/renderer for the RSS standard.
Installation
Tested Compilers
Dependencies (18)
- base >=4.7 && <5
- containers
- template-haskell
- text
- atom-conduit >=0.5
- base-compat-batteries Show all…
Dependents (1)
@hackage/imm
Package Flags
enable-hlint-test
(off by default)
Enable hlint test-suite
rss-conduit
This Haskell library implements a streaming parser/renderer for the RSS 2.0 syndication format, and a streaming parser for the RSS 1.0 syndication format, based on conduits.
Parsers are lenient as much as possible. E.g. unexpected tags are simply ignored.