[Fix haddock bug and bump version to 1.22.3
Malcolm.Wallace@me.com**20110804101505
Ignore-this: ecc95c4ae2805cac6e0c449d6df03a1f
] {
hunk ./HaXml.cabal 2
-version: 1.22.2
+version: 1.22.3
hunk ./Makefile 2
-VERSION = 1.22.2
+VERSION = 1.22.3
hunk ./docs/changelog.html 16
-
Changes in 1.22.2
+Changes in 1.22.2 and 1.22.3
hunk ./docs/changelog.html 19
- Fix haddock documentation error only.
+ Fix haddock documentation errors only.
hunk ./docs/index.html 145
-HaXml-1.22.2, release date 2011.07.25
+HaXml-1.22.3, release date 2011.08.04
hunk ./docs/index.html 148
-.tar.gz,
-.zip.
+.tar.gz,
+.zip.
hunk ./docs/index.html 170
- cabal install HaXml-1.22.2
+ cabal install HaXml-1.22.3
hunk ./docs/index.html 204
+Version 1.22.3 fixes another haddock documentation bug.
hunk ./src/Makefile 2
-VERSION = 1.22.2
+VERSION = 1.22.3
hunk ./src/Text/XML/HaXml/Schema/Schema.hs 50
-class Extension t s {- | t -> s -} where -- fundep ill-advised.
+class Extension t s {- - | t -> s -} where -- fundep ill-advised.
}