mirror of
https://github.com/mrkkrp/megaparsec.git
synced 2024-11-26 11:24:02 +03:00
Version bump (9.2.2)
This commit is contained in:
parent
a0efaab6eb
commit
ed19ea7bd3
@ -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
|
||||||
|
@ -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,
|
||||||
|
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user