packages feed

subtitleParser-0.5: CHANGELOG

0.5
  - the hack of avoiding peekChar in attoparsec was fixed upstream, now we can
    deprecate the hack. This changed the API so we had to bump.
0.4
  - Optional flags for SRT added, this modify where the text is displayed
  - Optional flags for SUB added.
  - Test case for the two parser based on the examples and HUnit
0.3
  - Show instances for SRT now are simpler and more related on how is defined
    the ADT. this is a PARSER not a prettyPrinter nor a valid .srt producer
  - SUB files added support for optional flag as underline and bold
  - SRT's parseDialog now uses peekChar so attoparsec dependency is upgraded and
    the code is cleaner. As a bug we provide for now parseOnly' until is fixed
    upstream
0.2
  - Basic support for .sub files added
  - Separated Datatypes for .sub and .srt files
0.1.2
  - Now haddock documentation is build correctly
0.1
  - Initial release