[update docs for version 1.17 Malcolm.Wallace@cs.york.ac.uk**20060911100252] { hunk ./docs/changelog.html 15 + +

Changes in 1.17

+

+

hunk ./docs/index.html 122 -HaXml-1.16, release date 2006.07.10
+HaXml-1.17, release date 2006.09.11
hunk ./docs/index.html 124 -.tar.gz, -.zip. +.tar.gz, +.zip. hunk ./docs/index.html 130 -
-HaXml-1.15, release date 2005.12.02
-By HTTP: -.tar.gz, -.zip. hunk ./docs/index.html 139 -Stable version: for 1.13.1 see +Stable version: for 1.13.2 see hunk ./docs/index.html 155 -Hugs98 (Sept 2003) or later. Use +Hugs98 (Sept 2003) or later. For more recent compilers, +use the standard Cabal method of installation: +
+    runhaskell Setup.hs configure [--prefix=...] [--buildwith=...]
+    runhaskell Setup.hs build
+    runhaskell Setup.hs install
+
hunk ./docs/index.html 163 +For older compilers, use: hunk ./docs/index.html 186 +

+Version 1.17 essentially just fixes compatibility with ghc-6.6. +However, it also include a lazier pretty-printer to use in conjunction +with the lazy parser, to save running out of memory on large datasets. + hunk ./docs/index.html 243 -The previous version (1.13) had the following features and fixes:
+The previous stable version (1.13) had the following features and fixes:
}