All Versions
3
Latest Version
Avg Release Cycle
0 days
Latest Release
-

Changelog History

  • v1.1.1 Changes

    • Matching combinators now produce the range of source locations that matched, instead of just the starting location.

    • Line and column offsets are now 0-based instead of 1-based, for easier inteface with client editors that expect this (eg VSCode).

    • Thanks to Amos Robinson: Haskell string parser now correctly handles strings gaps and the string escape character '\&'

  • v1.1.1.2 Changes

    January 02, 2019
    • โž• Add Eq, Ord instances for Location, Range
    • โž• Add non-IO wrappers.
  • v1.1.1.1 Changes

    January 02, 2019

    Matching combinators now produce the range of source locations that matched,
    instead of just the starting location.

    Line and column offsets are now 0-based instead of 1-based,
    for easier inteface with client editors that expect this (eg VSCode).

    ๐Ÿ“œ Thanks to Amos Robinson: Haskell string parser now correctly handles strings
    gaps and the string escape character '\&'