All Versions
8
Latest Version
2.1
Avg Release Cycle
289 days
Latest Release
3248 days ago

Changelog History

  • v2.1

    May 29, 2015
  • v2.1.0.2 Changes

    June 06, 2018

    ๐Ÿ›  Fix compatibility with GHC 8.4 and drop support for GHC 7.x

  • v2.1.0.1 Changes

    August 09, 2015

    ๐Ÿ›  Fix a link in the README

    2.1

    • โช Restore compatibility with older GHCs
    • ๐Ÿ”„ Change the type of longestShortest

    2.0

    This is a major redesign of the API. Notable changes:

    • โœ… The lexer now supports parsing the longest prefix/shortest suffix (see longestShortest)
    • ๐Ÿ‘ป Instead of throwing an exception, we return a stream. The stream can be consumed directly, converted to a list or either-error-list of tokens.
  • v2.0

    May 29, 2015
  • v1.1.1 Changes

    May 29, 2015

    โž• Add tokensEither

    1.1

    โฌ†๏ธ Upgrade to srcloc 0.5

  • v1.1

    April 09, 2015
  • v1.0

    February 20, 2015
  • v1.0.0.1 Changes

    February 21, 2015

    ๐Ÿšฆ Signal a lexical error (instead of looping) when a regex does not consume any characters