* Mon Jan 11 2016 mimi.vx@gmail.com
- update to 0.13.8
* add parse/render functions directly to the Tree module
* Sun Jan 10 2016 mimi.vx@gmail.com
- update to 0.13.7
* make sure upper case &#X works in lookupEntity
* Thu Dec 24 2015 mimi.vx@gmail.com
- update to 0.13.6
* some named entities require a trailing semicolon (e.g. mid)
* Wed Nov 04 2015 mimi.vx@gmail.com
- update to 0.13.5
* add isTagComment function
* Thu Apr 23 2015 mimi.vx@gmail.com
- update to 0.13.3
* #562, treat <script> specially as per HTML5
* #616, extend to all HTML5 entities
* Optimise lookupNamedEntity
* Replace escapeXMLChar with escapeXML
* Change all Entity functions to return String, not Int or Char
* Mon Oct 21 2013 sbahling@suse.com
- spec file: Add %defattr(-,root,root,-) to %files devel section
* Tue May 14 2013 peter.trommler@ohm-hochschule.de
- new cabal-rpm spec file template
* no macros spanning multiple spec file sections
* Wed Oct 03 2012 peter.trommler@ohm-hochschule.de
- update to 0.12.8 from upstream (no changelog)
* Thu Jun 07 2012 peter.trommler@ohm-hochschule.de
- cabal2spec 0.25.5 spec file template
* Fri Jan 20 2012 herbert@graeber-clan.de
- initial packaging for Fedora automatically generated by cabal2spec-0.24.1
Version: 0.13.10-6.4
* Sun Jul 10 2016 psimons@suse.com
- Update to version 0.13.10 revision 0 with cabal2obs.
* Sat May 07 2016 mimi.vx@gmail.com
- update to 0.13.10
* improve the Haddock documentation
* fix some > 16bit HTML entities
* Wed Mar 16 2016 mimi.vx@gmail.com
- 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)