[Bump version to 1.10 Malcolm.Wallace@me.com**20141028153018 Ignore-this: 4b0b12d97cc9f6b99b86f30b30d434b7 ] { hunk ./COPYRIGHT 9 - (c) copyright 2006-2013 Malcolm Wallace + (c) copyright 2006-2014 Malcolm Wallace hunk ./Makefile 2 -VERSION = 1.9 +VERSION = 1.10 hunk ./configure 7 -VERSION="1.9" +VERSION="1.10" hunk ./docs/changelog.html 16 +
+
Version 1.10 adds a new text combinator "literal", as a replacement for + "isWord", when the string to be accepted should not be lexed as Haskell, + for instance if it contains spaces or mixed alpha/symbols. + Also fixes the implementation of "manyFinally", and adds a new + combinator "satisfyMsg" which has a string describing the predicate, + in order to produce more informative error messages. + hunk ./polyparse.cabal 2 -version: 1.9 +version: 1.10 hunk ./polyparse.cabal 47 - cpp-options: -DVERSION="1.9" + cpp-options: -DVERSION="1.10" hunk ./src/Makefile 2 -VERSION = 1.8 +VERSION = 1.10 hunk ./src/Makefile.nhc98 2 -VERSION = 1.8 +VERSION = 1.10 }