[Bump version to 1.8. Malcolm.Wallace@me.com**20120309123925 Ignore-this: ef784185b458091be2cfd2252d73ad40 ] { hunk ./Makefile 2 -VERSION = 1.7 +VERSION = 1.8 hunk ./Makefile 22 + src/Text/ParserCombinators/Poly/ByteStringChar.hs \ hunk ./configure 7 -VERSION="1.7" +VERSION="1.8" hunk ./docs/changelog.html 16 -
+
Version 1.8 fixes the ByteString API to return Word8 instead of Char, + whilst retaining the old API as ByteStringChar. + hunk ./polyparse.cabal 2 -version: 1.7 +version: 1.8 hunk ./polyparse.cabal 42 + Text.ParserCombinators.Poly.ByteStringChar hunk ./polyparse.cabal 47 - cpp-options: -DVERSION="1.7" + cpp-options: -DVERSION="1.8" hunk ./src/Makefile 2 -VERSION = 1.7 +VERSION = 1.8 hunk ./src/Makefile 17 + Text/ParserCombinators/Poly/ByteStringChar.hs \ hunk ./src/Makefile.nhc98 2 -VERSION = 1.7 +VERSION = 1.8 hunk ./src/Makefile.nhc98 26 +# Text/ParserCombinators/Poly/ByteStringChar.hs \ }