@hackage / megaparsec-tests

Test utilities and the test suite of Megaparsec

Latest9.8.1

About

Metadata

  • Last updated , by mrkkrp
  • License BSD-2-Clause
  • Categories Parsers
  • Maintained by: Mark Karpov <markkarpov92@gmail.com>

  • Lottery factor: 1

Links

Installation

Tested Compilers

  1. 9.10.3
  2. 9.8.4
  3. 9.6.7

Package Flags

Use the -f option with cabal commands to enable flags

    dev (off by default)

    Turn on development settings.

Readme

Megaparsec tests

Megaparsec's test suite as a standalone package. The reason for the separation is that we can avoid circular dependency on hspec-megaparsec and thus avoid keeping copies of its source files in our test suite, as we had to do before. Another benefit is that we can export some auxiliary functions in megaparsec-tests which can be used by other test suites, for example in the parser-combinators-tests package.

The version number of megaparsec-tests will be kept in sync with versions of megaparsec from now on.

License

Copyright © 2015–present Megaparsec contributors

Distributed under FreeBSD license.