[bump version to 1.19.7, and document reason for patchlevel release Malcolm.Wallace@cs.york.ac.uk**20090305111438] { hunk ./HaXml.cabal 2 -version: 1.19.6 +version: 1.19.7 hunk ./HaXml.cabal 55 - build-depends: base, haskell98, polyparse, filepath + build-depends: base, haskell98, polyparse-1.2, filepath hunk ./HaXml.cabal 65 - cpp-options: -DVERSION=1.19.6 + cpp-options: -DVERSION=1.19.7 hunk ./Makefile 2 -VERSION = 1.19.6 +VERSION = 1.19.7 hunk ./docs/changelog.html 32 - +
  • Version 1.19.7 requires package polyparse-1.2 (earlier versions + require polyparse-1.1). + hunk ./docs/index.html 135 -HaXml-1.19.6, release date 2009.02.04
    +HaXml-1.19.7, release date 2009.03.05
    hunk ./docs/index.html 138 -.tar.gz, -.zip. +.tar.gz, +.zip. hunk ./docs/index.html 206 +Version 1.19.7 requires package polyparse-1.2 (previous versions require +polyparse-1.1).
    hunk ./src/Makefile 2 -VERSION = 1.19.6 +VERSION = 1.19.7 }