Skip to content

Version 0.3.1.0

Compare
Choose a tag to compare
@goetzc goetzc released this 02 May 18:25
· 150 commits to main since this release
  • Made interface more polymorphic so the functions works in any instance of
    MonadIO, not only IO. This should reduce amount of lifting in some
    cases.

  • Added onMissingFile helper to deal with possibly missing files.

  • Parser was rewritten to take full advantage of Megaparsec.
    hspec-megaparsec is now used for testing of the parser.

  • Dropped support for GHC 7.4.