ghc-tagsoup-0.14.1-1.11>t  DH`pY`0jÊ𴑥l%#0mT7*jt'Ȏ1 ta#3 `/ F+A[,ޥKyJbǭ1Q+:H?8d  j *Frx     0P`((J8T9:F G H I X Y \ ] ^ bcdef l u v0wxy z(Cghc-tagsoup0.14.11.11Parsing and extracting information from (possibly malformed) HTML/XML documentsTagSoup is a library for parsing HTML/XML. It supports the HTML 5 specification, and can be used to parse either well-formed XML, or unstructured and malformed HTML from the web. The library also provides useful functions to extract information from an HTML document, making it ideal for screen-scraping. Users should start from the "Text.HTML.TagSoup" module.Y` 16bit HTML entities- update to 0.13.9 * fix a space leak * fix the demo examples * make IsString a superclass of StringLike * make flattenTree O(n) instead of O(n^2)- update to 0.13.8 * add parse/render functions directly to the Tree module- update to 0.13.7 * make sure upper case &#X works in lookupEntity- update to 0.13.6 * some named entities require a trailing semicolon (e.g. mid)- update to 0.13.5 * add isTagComment function- update to 0.13.3 * #562, treat