mirror of
https://github.com/mrkkrp/megaparsec.git
synced 2024-11-23 01:58:49 +03:00
Version bump (9.2.1)
This commit is contained in:
parent
13c62e41fc
commit
c7ab0ccb2e
@ -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,
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user