Version bump (9.1.0)

This commit is contained in:
Mark Karpov 2021-07-14 21:38:34 +02:00
parent 3da2b14f6f
commit 8bae476691
No known key found for this signature in database
GPG Key ID: 8564658B2889FF7C
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
cabal-version: 1.18
name: megaparsec-tests
version: 9.0.1
version: 9.1.0
license: BSD2
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.0.1,
megaparsec ==9.1.0,
mtl >=2.2.2 && <3.0,
text >=0.2 && <1.3,
transformers >=0.4 && <0.6
@ -70,7 +70,7 @@ test-suite tests
hspec >=2.0 && <3.0,
hspec-expectations >=0.8 && <0.9,
hspec-megaparsec >=2.0 && <3.0,
megaparsec ==9.0.1,
megaparsec ==9.1.0,
megaparsec-tests,
mtl >=2.2.2 && <3.0,
parser-combinators >=1.0 && <2.0,

View File

@ -1,6 +1,6 @@
cabal-version: 1.18
name: megaparsec
version: 9.0.1
version: 9.1.0
license: BSD2
license-file: LICENSE.md
maintainer: Mark Karpov <markkarpov92@gmail.com>