NOTICE: This package has been removed from pkgsrc

./wip/hs-xml, Simple XML library

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 1.3.13, Package name: hs-xml-1.3.13, Maintainer: pho

A lightweight XML parsing, filtering and generating library.


Required to run:
[wip/ghc]

Master sites:

SHA1: 4dc92d926bdad13dd28a40e5c495f082420ea807
RMD160: d984bf1eef612e7ef31d5e58e6a3c2bbfd0d95c0
Filesize: 11.799 KB

Version history: (Expand)


CVS history: (Expand)


   2014-08-03 23:35:39 by Ryosuke Moro | Files touched by this commit (23) | Package removed
Log message:
Remove hs-cgrep, hs-tagsoup, hs-xml, imported to pkgsrc/textproc.
   2014-05-18 23:33:25 by Ryosuke Moro | Files touched by this commit (119)
Log message:
Remove hs-data-default-class, hs-dlist, hs-text, hs-utf8-string,
imported to pkgsrc/devel.
   2014-04-15 12:59:40 by Ryosuke Moro | Files touched by this commit (53)
Log message:
- ready for HASKELL_ENABLE_HADDOCK_DOCUMENTATION= yes
   2013-08-21 19:12:22 by Ryosuke Moro | Files touched by this commit (3)
Log message:
Update to 1.3.13

1.3.13
  Add support for extracting characters with a custom function.
1.3.12
  Add derived Typeable and Data instances for the XML types.

1.3.11
  Don't automatically escape all non-ASCII characters.
	This looses a bit of generality in that we are producing a unicode
	string, that can't really be turned uinto ASCII form. On the other hand,
	it is not clear that there is much use to support this, while
	non-ASCII characters are quite common in modern usage, and it is not
	nice if you have to look at them in encoded form.
   2011-12-04 14:04:15 by PHO / phonohawk | Files touched by this commit (5) | Imported package
Log message:
Import hs-xml-1.3.10 as wip/hs-xml.

A lightweight XML parsing, filtering and generating library.