xmlgen
xmlgen copied to clipboard
XML generator library for Haskell
from what I understand (and please correct me if I'm wrong), the library escapes non-ascii characters as numeric entities. is there a way of making this escaping optional?
I think we forgot to re-enable the test suite for stackage, but now there are new failures: ``` > /tmp/stackage-build8/xmlgen-0.6.2.1$ runghc -clear-package-db -global-package-db -package-db=/var/stackage/work/builds/nightly/pkgdb Setup configure --enable-tests --package-db=clear --package-db=global --package-db=/var/stackage/work/builds/nightly/pkgdb...
See also http://matrix.hackage.haskell.org/package/xmlgen#GHC-7.0/xmlgen-0.6.0.0 ``` /opt/ghc/7.0.4/bin/ghc --make -package-name xmlgen-0.6.0.0 -hide-all-packages -fbuilding-cabal-package -no-user-package-conf -package-conf /tmp/extra14722836196/.cabal-sandbox/x86_64-linux-ghc-7.0.4-packages.conf.d -i -idist/dist-sandbox-bc1ce4eb/build -isrc -idist/dist-sandbox-bc1ce4eb/build/autogen -Idist/dist-sandbox-bc1ce4eb/build/autogen -Idist/dist-sandbox-bc1ce4eb/build -optP-include -optPdist/dist-sandbox-bc1ce4eb/build/autogen/cabal_macros.h -odir dist/dist-sandbox-bc1ce4eb/build -hidir dist/dist-sandbox-bc1ce4eb/build -stubdir dist/dist-sandbox-bc1ce4eb/build -package-id base-4.3.1.0-bafbc7ad22c91044397c91929f8c61bc -package-id...