File tree Expand file tree Collapse file tree 3 files changed +15
-4
lines changed Expand file tree Collapse file tree 3 files changed +15
-4
lines changed Original file line number Diff line number Diff line change
1
+ # megaparsec-utils
2
+ Utilities to use on top of the
3
+ [ Megaparsec] ( https://hackage.haskell.org/package/megaparsec ) library.
4
+
5
+ # Running tests
6
+ Make sure your build passes tests using [ Stack] ( https://docs.haskellstack.org/en/stable/ ) .
7
+
8
+ # Contributing
9
+ This repository uses [ Conventional
10
+ Commits] ( https://www.conventionalcommits.org/en/v1.0.0/ ) to generate versions
11
+ with [ Semantic Release] ( https://github.com/semantic-release/semantic-release ) ,
12
+ so make sure your commits are compliant. Pull requests are rebased, not
13
+ squashed, so make sure your commits make sense as well.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 6
6
copyright : 2024 drlkf
7
7
8
8
extra-source-files :
9
- - README.org
10
- - CHANGELOG.md
9
+ - README.md
10
+ - CHANGELOG.md
11
11
12
12
description : Utilities for the Megaparsec library.
13
13
You can’t perform that action at this time.
0 commit comments