Version bump (9.2.2)

This commit is contained in:
Mark Karpov 2022-09-01 14:27:54 +02:00
parent a0efaab6eb
commit ed19ea7bd3
No known key found for this signature in database
GPG Key ID: 8564658B2889FF7C
3 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
*Megaparsec follows [SemVer](https://semver.org/).* *Megaparsec follows [SemVer](https://semver.org/).*
## Unreleased ## Megaparsec 9.2.2
* Fixed a space leak in the implementations of the `reachOffset` and * Fixed a space leak in the implementations of the `reachOffset` and
`reachOffsetNoLine` methods of `TraversableStream`. [Issue `reachOffsetNoLine` methods of `TraversableStream`. [Issue

View File

@ -1,6 +1,6 @@
cabal-version: 2.4 cabal-version: 2.4
name: megaparsec-tests name: megaparsec-tests
version: 9.2.1 version: 9.2.2
license: BSD-2-Clause license: BSD-2-Clause
license-file: LICENSE.md license-file: LICENSE.md
maintainer: Mark Karpov <markkarpov92@gmail.com> maintainer: Mark Karpov <markkarpov92@gmail.com>
@ -31,7 +31,7 @@ library
hspec >=2.0 && <3.0, hspec >=2.0 && <3.0,
hspec-expectations >=0.8 && <0.9, hspec-expectations >=0.8 && <0.9,
hspec-megaparsec >=2.0 && <3.0, hspec-megaparsec >=2.0 && <3.0,
megaparsec ==9.2.1, megaparsec ==9.2.2,
mtl >=2.2.2 && <3.0, mtl >=2.2.2 && <3.0,
text >=0.2 && <2.1, text >=0.2 && <2.1,
transformers >=0.4 && <0.7 transformers >=0.4 && <0.7
@ -71,7 +71,7 @@ test-suite tests
hspec >=2.0 && <3.0, hspec >=2.0 && <3.0,
hspec-expectations >=0.8 && <0.9, hspec-expectations >=0.8 && <0.9,
hspec-megaparsec >=2.0 && <3.0, hspec-megaparsec >=2.0 && <3.0,
megaparsec ==9.2.1, megaparsec ==9.2.2,
megaparsec-tests, megaparsec-tests,
mtl >=2.2.2 && <3.0, mtl >=2.2.2 && <3.0,
parser-combinators >=1.0 && <2.0, parser-combinators >=1.0 && <2.0,

View File

@ -1,6 +1,6 @@
cabal-version: 2.4 cabal-version: 2.4
name: megaparsec name: megaparsec
version: 9.2.1 version: 9.2.2
license: BSD-2-Clause license: BSD-2-Clause
license-file: LICENSE.md license-file: LICENSE.md
maintainer: Mark Karpov <markkarpov92@gmail.com> maintainer: Mark Karpov <markkarpov92@gmail.com>