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
name: megaparsec-tests
version: 9.2.0
version: 9.2.1
license: BSD-2-Clause
license-file: LICENSE.md
maintainer: Mark Karpov <markkarpov92@gmail.com>
@ -31,7 +31,7 @@ library
hspec >=2.0 && <3.0,
hspec-expectations >=0.8 && <0.9,
hspec-megaparsec >=2.0 && <3.0,
megaparsec ==9.2.0,
megaparsec ==9.2.1,
mtl >=2.2.2 && <3.0,
text >=0.2 && <1.3,
transformers >=0.4 && <0.7
@ -45,10 +45,10 @@ library
ghc-options: -O2 -Wall
test-suite tests
type: exitcode-stdio-1.0
main-is: Spec.hs
build-tools: hspec-discover >=2.0 && <3.0
hs-source-dirs: tests
type: exitcode-stdio-1.0
main-is: Spec.hs
build-tool-depends: hspec-discover:hspec-discover >=2.0 && <3.0
hs-source-dirs: tests
other-modules:
Text.Megaparsec.Byte.BinarySpec
Text.Megaparsec.Byte.LexerSpec
@ -61,7 +61,7 @@ test-suite tests
Text.Megaparsec.StreamSpec
Text.MegaparsecSpec
default-language: Haskell2010
default-language: Haskell2010
build-depends:
QuickCheck >=2.10 && <2.15,
base >=4.13 && <5.0,
@ -71,7 +71,7 @@ test-suite tests
hspec >=2.0 && <3.0,
hspec-expectations >=0.8 && <0.9,
hspec-megaparsec >=2.0 && <3.0,
megaparsec ==9.2.0,
megaparsec ==9.2.1,
megaparsec-tests,
mtl >=2.2.2 && <3.0,
parser-combinators >=1.0 && <2.0,

View File

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