Version bump (9.0.0)

This commit is contained in:
Mark Karpov 2020-09-04 12:45:55 +02:00
parent 71010fae68
commit 3cd9e2e3a9
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: 8.0.0
version: 9.0.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 ==8.0.0,
megaparsec ==9.0.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 ==8.0.0,
megaparsec ==9.0.0,
megaparsec-tests -any,
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: 8.0.0
version: 9.0.0
license: BSD2
license-file: LICENSE.md
maintainer: Mark Karpov <markkarpov92@gmail.com>