packages feed

megaparsec-utils-0.1.0.0: README.md

# megaparsec-utils
Utilities to use on top of the
[Megaparsec](https://hackage.haskell.org/package/megaparsec) library.

# Running tests
Make sure your build passes tests using [Stack](https://docs.haskellstack.org/en/stable/).

# Contributing
This repository uses [Conventional
Commits](https://www.conventionalcommits.org/en/v1.0.0/) to generate versions
with [Semantic Release](https://github.com/semantic-release/semantic-release),
so make sure your commits are compliant. Pull requests are rebased, not
squashed, so make sure your commits make sense as well.

It is preferrable that you format code using
[fourmolu](https://github.com/fourmolu/fourmolu), a configuration is available
at the root of the repository.