[Propagate 1.23 version bump.
malcolm.wallace@me.com**20120615154832
Ignore-this: a8aad364760e26b468667222e27aec1d
] {
hunk ./COPYRIGHT 2
- (c) copyright 1998-2011 Malcolm Wallace and Colin Runciman
+ (c) copyright 1998-1999 Malcolm Wallace and Colin Runciman
+ (c) copyright 2000-2012 Malcolm Wallace
hunk ./Makefile 2
-VERSION = 1.22.3
+VERSION = 1.23
hunk ./README 76
- XSDTypeModel.hs A representation of the datatype model of Xml Schema.
- Parse.hs Parser from an XSD document to the type model above.
+ XSDTypeModel.hs A representation of the datatype model of
+ Xml Schema in terms of XSD concepts.
+ HaskellTypeModel.hs A representation of the datatype model of
+ Xml Schema in terms of Haskell datatypes.
+ Parse.hs Parser from an XSD document to the XSD
+ type model above.
+ TypeConversion.hs Translate from the XSD model to the Haskell
+ model.
+ PrettyHaskell.hs Generate Haskell sourcecode from the Haskell
+ type model.
hunk ./README 101
+ XsdToHaskell Translates an XSD schema into a Haskell module.
+ FpMLToHaskell Translates the set of XSD schemas defining the FpML
+ language into a set of Haskell modules.
hunk ./configure 5
-VERSION="1.22.2"
+VERSION="1.23"
hunk ./docs/index.html 76
- XmlContent instances.
+ SchemaType instances.
hunk ./docs/index.html 145
-HaXml-1.22.3, release date 2011.08.04
+HaXml-1.23, release date 2012.06.15
hunk ./docs/index.html 148
-.tar.gz,
-.zip.
+.tar.gz,
+.zip.
hunk ./docs/index.html 170
- cabal install HaXml-1.22.3
+ cabal install HaXml-1.23
hunk ./docs/index.html 203
+
+Version 1.23 improves the XSD to Haskell translation, focussed mainly on + FpML as the driving application. + hunk ./src/Makefile 2 -VERSION = 1.22.3 +VERSION = 1.23 }