https://github.com/haskell-github-trust/megaparsec-time
Megaparsec time parsers.
https://github.com/haskell-github-trust/megaparsec-time
Last synced: about 2 months ago
JSON representation
Megaparsec time parsers.
- Host: GitHub
- URL: https://github.com/haskell-github-trust/megaparsec-time
- Owner: haskell-github-trust
- License: gpl-3.0
- Created: 2025-07-27T23:06:28.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-08-07T21:11:14.000Z (6 months ago)
- Last Synced: 2025-08-07T22:23:53.200Z (6 months ago)
- Language: Haskell
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# megaparsec-time
Time parsers to use with 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.