[bump version number, and document bugfix Malcolm.Wallace@cs.york.ac.uk**20090309102143] { hunk ./Makefile 2 -VERSION = 1.2 +VERSION = 1.3 hunk ./docs/changelog.html 18 +
hunk ./docs/index.html 164
-polyparse-1.2, release date 2009.03.04
+polyparse-1.3, release date 2009.03.09
hunk ./docs/index.html 166
-.tar.gz,
-.zip.
+.tar.gz,
+.zip.
hunk ./docs/index.html 175
+polyparse-1.2, release date 2009.03.04
+By HTTP:
+.tar.gz,
+.zip.
+
hunk ./docs/index.html 223
+
+Version 1.3 has a single bugfix: Text.Parse.parseFloat now accepts +ordinary floating point notation, in addition to scientific (exponent) +notation. + hunk ./polyparse.cabal 2 -version: 1.2 -cpp-options: -DVERSION="1.2" +version: 1.3 +cpp-options: -DVERSION="1.3" hunk ./src/Makefile 2 -VERSION = 1.2 +VERSION = 1.3 hunk ./src/Makefile.nhc98 2 -VERSION = 1.1 +VERSION = 1.3 }