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:44 +01:00
ghc-hexpat-0.20.13-ghc-9.4.8.patch automatic version update by autodist [release 0.20.13-1mamba;Sat Dec 02 2023] 2024-01-05 22:50:44 +01:00
ghc-hexpat.spec automatic version update by autodist [release 0.20.13-1mamba;Sat Dec 02 2023] 2024-01-05 22:50:44 +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.