packages feed

html-tokenizer 0.3.0.2 → 0.3.0.3

raw patch · 2 files changed

+2/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

html-tokenizer.cabal view
@@ -1,7 +1,7 @@ name:   html-tokenizer version:-  0.3.0.2+  0.3.0.3 synopsis:   An "attoparsec"-based HTML tokenizer description:
library/HTMLTokenizer/Parser.hs view
@@ -31,7 +31,7 @@   -- A closing tag.   Token_ClosingTag Identifier |   -- |-  -- A text between tags with HTML-entities decoded.+  -- A text between tags.   Token_Text Text |   -- |   -- Contents of a comment.