Version bump (9.2.1)

This commit is contained in:
Mark Karpov 2022-05-09 10:00:01 +02:00
parent 13c62e41fc
commit c7ab0ccb2e
No known key found for this signature in database
GPG Key ID: 8564658B2889FF7C
2 changed files with 9 additions and 9 deletions

View File

@ -1,6 +1,6 @@
cabal-version: 2.4 cabal-version: 2.4
name: megaparsec-tests name: megaparsec-tests
version: 9.2.0 version: 9.2.1
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.0, megaparsec ==9.2.1,
mtl >=2.2.2 && <3.0, mtl >=2.2.2 && <3.0,
text >=0.2 && <1.3, text >=0.2 && <1.3,
transformers >=0.4 && <0.7 transformers >=0.4 && <0.7
@ -45,10 +45,10 @@ library
ghc-options: -O2 -Wall ghc-options: -O2 -Wall
test-suite tests test-suite tests
type: exitcode-stdio-1.0 type: exitcode-stdio-1.0
main-is: Spec.hs main-is: Spec.hs
build-tools: hspec-discover >=2.0 && <3.0 build-tool-depends: hspec-discover:hspec-discover >=2.0 && <3.0
hs-source-dirs: tests hs-source-dirs: tests
other-modules: other-modules:
Text.Megaparsec.Byte.BinarySpec Text.Megaparsec.Byte.BinarySpec
Text.Megaparsec.Byte.LexerSpec Text.Megaparsec.Byte.LexerSpec
@ -61,7 +61,7 @@ test-suite tests
Text.Megaparsec.StreamSpec Text.Megaparsec.StreamSpec
Text.MegaparsecSpec Text.MegaparsecSpec
default-language: Haskell2010 default-language: Haskell2010
build-depends: build-depends:
QuickCheck >=2.10 && <2.15, QuickCheck >=2.10 && <2.15,
base >=4.13 && <5.0, base >=4.13 && <5.0,
@ -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.0, megaparsec ==9.2.1,
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.0 version: 9.2.1
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>