tinyXml 0.1.0.1 → 0.1.0.2
raw patch · 2 files changed
+2/−2 lines, 2 files
Files
- README.md +1/−1
- tinyXml.cabal +1/−1
README.md view
@@ -5,6 +5,6 @@ - CDATA sections, nor - namespaces. -TinyXml is a reimplementation of [Hexml] (http://neilmitchell.blogspot.com/2016/12/fuzz-testing-hexml-with-afl.html) without the cbits, attaining mostly comparable performance in pure (but hardly idiomatic) Haskell. +TinyXml is a reimplementation of [Hexml](http://neilmitchell.blogspot.co.uk/2016/12/new-xml-parser-hexml.html) without the cbits, attaining mostly comparable performance in pure (but hardly idiomatic) Haskell. TinyXml is alpha quality software and not currently used in production anywhere.
tinyXml.cabal view
@@ -6,7 +6,7 @@ -- PVP summary: +-+------- breaking API changes -- | | +----- non-breaking API additions -- | | | +--- code changes with no API change-version: 0.1.0.1+version: 0.1.0.2 synopsis: A fast DOM parser for a subset of XML