cabal-version: 2.4 name: parser-combinators-tests version: 1.3.1 license: BSD-3-Clause license-file: LICENSE.md maintainer: Mark Karpov author: Mark Karpov tested-with: ghc ==9.8.4 ghc ==9.10.3 ghc ==9.12.1 homepage: https://github.com/mrkkrp/parser-combinators bug-reports: https://github.com/mrkkrp/parser-combinators/issues synopsis: Test suite of parser-combinators description: Test suite of parser-combinators. category: Parsing build-type: Simple extra-doc-files: README.md source-repository head type: git location: https://github.com/mrkkrp/parser-combinators.git flag dev description: Turn on development settings. default: False manual: True test-suite test-suite 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: Control.Applicative.CombinatorsSpec Control.Applicative.PermutationsSpec Control.Monad.Combinators.ExprSpec Control.Monad.CombinatorsSpec Control.Monad.PermutationsSpec default-language: Haskell2010 build-depends: QuickCheck >=2.7 && <2.17, base >=4.15 && <5, hspec >=2.0 && <3, hspec-megaparsec >=2 && <3, megaparsec >=8 && <10, megaparsec-tests >=8 && <10, parser-combinators ==1.3.1 if flag(dev) ghc-options: -Wall -Werror -Wredundant-constraints -Wpartial-fields -Wunused-packages else ghc-options: -O2 -Wall if impl(ghc >=9.8) ghc-options: -Wno-x-partial