[update version number to 1.18 Malcolm.Wallace@cs.york.ac.uk**20070201162556] { hunk ./HaXml.cabal 2 -version: 1.17 -ghc-options: -DVERSION="1.17" -cc-options: -DVERSION="1.17" +version: 1.18 +ghc-options: -DVERSION="1.18" +cc-options: -DVERSION="1.18" hunk ./Makefile 2 -VERSION = 1.17 +VERSION = 1.18 hunk ./README 12 + +For newer compilers, use Cabal to build and install: + + runhaskell Setup.hs configure + runhaskell Setup.hs build + runhaskell Setup.hs install + +For older compilers, use the traditional sequence: hunk ./configure 5 -VERSION="1.16" +VERSION="1.18" hunk ./docs/index.html 135 -HaXml-1.17, release date 2006.09.11
+HaXml-1.18, release date 2007.0x.xx
hunk ./docs/index.html 137 -.tar.gz, -.zip. +.tar.gz, +.zip. hunk ./src/Makefile 2 -VERSION = 1.17 +VERSION = 1.18 hunk ./src/Makefile.nhc98 2 -VERSION = 1.15 -SEARCH = -package base +VERSION = 1.18 +SEARCH = -package base -package polyparse }