[bump version to 1.19.6, and add new modules to Makefiles Malcolm.Wallace@cs.york.ac.uk**20090204114135] { hunk ./HaXml.cabal 65 - cpp-options: -DVERSION=1.19.4 + cpp-options: -DVERSION=1.19.6 hunk ./Makefile 2 -VERSION = 1.19.5 +VERSION = 1.19.6 hunk ./Makefile 8 - Text/XML/HaXml/Xtract Text/XML/HaXml/DtdToHaskell + Text/XML/HaXml/Xtract Text/XML/HaXml/DtdToHaskell \ + Text/XML/HaXml/XmlContent hunk ./Makefile 21 - src/Text/XML/HaXml/TypeMapping.hs src/Text/XML/HaXml/XmlContent.hs \ + src/Text/XML/HaXml/TypeMapping.hs \ + src/Text/XML/HaXml/XmlContent.hs \ + src/Text/XML/HaXml/XmlContent/Parser.hs \ + src/Text/XML/HaXml/XmlContent/Haskell.hs \ hunk ./configure 5 -VERSION="1.19.5" +VERSION="1.19.6" hunk ./docs/index.html 135 -HaXml-1.19.5, release date 2009.02.02
+HaXml-1.19.6, release date 2009.02.04
hunk ./docs/index.html 138 -.tar.gz, -.zip. +.tar.gz, +.zip. hunk ./docs/index.html 206 +Version 1.19.6 has some bugfixes to XmlContent, to ensure that types +created via DtdToHaskell get converted back to XML correctly.
hunk ./src/Makefile 2 -VERSION = 1.19.5 +VERSION = 1.19.6 hunk ./src/Makefile 13 - Text/XML/HaXml/TypeMapping.hs Text/XML/HaXml/XmlContent.hs \ + Text/XML/HaXml/TypeMapping.hs \ + Text/XML/HaXml/XmlContent.hs \ + Text/XML/HaXml/XmlContent/Parser.hs \ + Text/XML/HaXml/XmlContent/Haskell.hs \ }