[Bump version to 1.12 Malcolm.Wallace@me.com**20160412170949 Ignore-this: 335004917d79d8c15f96ea207e9963f9 ] { hunk ./Makefile 2 -VERSION = 1.11 +VERSION = 1.12 hunk ./docs/changelog.html 16 +

Changes in polyparse-1.12

+

+

+ + hunk ./docs/index.html 222 -polyparse-1.11, release date 2015.01.01
+polyparse-1.12, release date 2016.04.12
hunk ./docs/index.html 228 +polyparse-1.11, release date 2015.01.01
+By HTTP: +Hackage. +
hunk ./docs/index.html 329 +

Version 1.12 contains a fix for lexing escaped chars inside a literal string + in the "word" parser. It also changes the semantics of "parseLitChar" so + that it no longer expects surrounding single quotes. A version that does + consume surrounding single quotes is now provided under the name + parseLitChar'. The new behaviour of parseLitChar matches Haskell's + lexLitChar specification, from which it was derived. + hunk ./polyparse.cabal 2 -version: 1.11 +version: 1.12 hunk ./polyparse.cabal 5 -copyright: (c) 2006-2015 Malcolm Wallace +copyright: (c) 2006-2016 Malcolm Wallace hunk ./polyparse.cabal 53 - cpp-options: -DVERSION="1.11" + cpp-options: -DVERSION="1.12" hunk ./src/Makefile 2 -VERSION = 1.11 +VERSION = 1.12 hunk ./src/Makefile.nhc98 2 -VERSION = 1.11 +VERSION = 1.12 }