A general purpose Haskell XML library using Expat to do its parsing http://hackage.haskell.org/package/%{pkgname}
Go to file
2024-01-05 22:50:43 +01:00
ghc-hexpat.spec package created by silvan using the webbuild interface [release 0.20.3-1mamba;Sun Sep 08 2013] 2024-01-05 22:50:43 +01:00
README.md package created by silvan using the webbuild interface [release 0.20.3-1mamba;Sun Sep 08 2013] 2024-01-05 22:50:43 +01:00

ghc-hexpat

This package provides a general purpose Haskell XML library using Expat to do its parsing (http://expat.sourceforge.net/ - a fast stream-oriented XML parser written in C). It is extensible to any string type, with String, ByteString and Text provided out of the box.