[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 -

Changes in polyparse-1.6

+

Changes in polyparse-1.8

+

+

+ +

Changes in polyparse-1.7

hunk ./docs/index.html 139 -
  • Text.ParserCombinators.Poly.ByteString is a specialised - version of the Poly parser for ByteString input only. +
  • Text.ParserCombinators.Poly.ByteString
    + Text.ParserCombinators.Poly.ByteStringChar are specialised + versions of the Poly parser for ByteString input only. hunk ./docs/index.html 222 -polyparse-1.7, release date 2011.06.26
    +polyparse-1.8, release date 2012.03.09
    hunk ./docs/index.html 224 -.tar.gz, -.zip. +.tar.gz, +.zip. hunk ./docs/index.html 229 +polyparse-1.7, release date 2011.06.26
    +By HTTP: +.tar.gz, +.zip. +
    hunk ./docs/index.html 312 +

    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 \ }