Skip to content

Commit

Permalink
Version bump (9.6.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkkrp committed Oct 24, 2023
1 parent 2d5bc01 commit 47ad0bb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
*Megaparsec follows [SemVer](https://semver.org/).*

## Unreleased
## Megaparsec 9.6.0

* Added the functions `initialState` and `initialPosState` to
`Text.Megaparsec.State`. [Issue
Expand Down
6 changes: 3 additions & 3 deletions megaparsec-tests/megaparsec-tests.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.4
name: megaparsec-tests
version: 9.5.0
version: 9.6.0
license: BSD-2-Clause
license-file: LICENSE.md
maintainer: Mark Karpov <[email protected]>
Expand Down Expand Up @@ -30,7 +30,7 @@ library
containers >=0.5 && <0.8,
hspec >=2 && <3,
hspec-megaparsec >=2 && <3,
megaparsec ==9.5.0,
megaparsec ==9.6.0,
mtl >=2.2.2 && <3,
text >=0.2 && <2.2,
transformers >=0.4 && <0.7
Expand Down Expand Up @@ -69,7 +69,7 @@ test-suite tests
containers >=0.5 && <0.8,
hspec >=2 && <3,
hspec-megaparsec >=2 && <3,
megaparsec ==9.5.0,
megaparsec ==9.6.0,
megaparsec-tests,
mtl >=2.2.2 && <3,
scientific >=0.3.1 && <0.4,
Expand Down
2 changes: 1 addition & 1 deletion megaparsec.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.4
name: megaparsec
version: 9.5.0
version: 9.6.0
license: BSD-2-Clause
license-file: LICENSE.md
maintainer: Mark Karpov <[email protected]>
Expand Down

0 comments on commit 47ad0bb

Please sign in to comment.