Cabal revisions of megaparsec-tests-9.6.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-cabal-version: 2.4-name: megaparsec-tests-version: 9.6.1-license: BSD-2-Clause-license-file: LICENSE.md-maintainer: Mark Karpov <markkarpov92@gmail.com>-author: Megaparsec contributors-tested-with: ghc ==9.4.7 ghc ==9.6.3 ghc ==9.8.1-homepage: https://github.com/mrkkrp/megaparsec-bug-reports: https://github.com/mrkkrp/megaparsec/issues-synopsis: Test utilities and the test suite of Megaparsec-description: Test utilities and the test suite of Megaparsec.-category: Parsing-build-type: Simple-extra-doc-files: README.md--flag dev- description: Turn on development settings.- default: False- manual: True--library- exposed-modules: Test.Hspec.Megaparsec.AdHoc- hs-source-dirs: src- default-language: Haskell2010- build-depends:- QuickCheck >=2.10 && <2.15,- base >=4.15 && <5,- bytestring >=0.2 && <0.13,- containers >=0.5 && <0.8,- hspec >=2 && <3,- hspec-megaparsec >=2 && <3,- megaparsec ==9.6.1,- mtl >=2.2.2 && <3,- text >=0.2 && <2.2,- transformers >=0.4 && <0.7-- if flag(dev)- ghc-options:- -Wall -Werror -Wredundant-constraints -Wpartial-fields- -Wunused-packages-- else- ghc-options: -O2 -Wall--test-suite 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- Text.Megaparsec.ByteSpec- Text.Megaparsec.Char.LexerSpec- Text.Megaparsec.CharSpec- Text.Megaparsec.DebugSpec- Text.Megaparsec.ErrorSpec- Text.Megaparsec.PosSpec- Text.Megaparsec.StreamSpec- Text.MegaparsecSpec-- default-language: Haskell2010- build-depends:- QuickCheck >=2.10 && <2.15,- base >=4.15 && <5,- bytestring >=0.2 && <0.13,- case-insensitive >=1.2 && <1.3,- containers >=0.5 && <0.8,- hspec >=2 && <3,- hspec-megaparsec >=2 && <3,- megaparsec ==9.6.1,- megaparsec-tests,- mtl >=2.2.2 && <3,- scientific >=0.3.1 && <0.4,- temporary >=1.1 && <1.4,- text >=0.2 && <2.2,- transformers >=0.4 && <0.7-- 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+cabal-version: 2.4 +name: megaparsec-tests +version: 9.6.1 +x-revision: 1 +license: BSD-2-Clause +license-file: LICENSE.md +maintainer: Mark Karpov <markkarpov92@gmail.com> +author: Megaparsec contributors +tested-with: ghc ==9.4.7 ghc ==9.6.3 ghc ==9.8.1 +homepage: https://github.com/mrkkrp/megaparsec +bug-reports: https://github.com/mrkkrp/megaparsec/issues +synopsis: Test utilities and the test suite of Megaparsec +description: Test utilities and the test suite of Megaparsec. +category: Parsing +build-type: Simple +extra-doc-files: README.md + +flag dev + description: Turn on development settings. + default: False + manual: True + +library + exposed-modules: Test.Hspec.Megaparsec.AdHoc + hs-source-dirs: src + default-language: Haskell2010 + build-depends: + QuickCheck >=2.10 && <2.16, + base >=4.15 && <5, + bytestring >=0.2 && <0.13, + containers >=0.5 && <0.8, + hspec >=2 && <3, + hspec-megaparsec >=2 && <3, + megaparsec ==9.6.1, + mtl >=2.2.2 && <3, + text >=0.2 && <2.2, + transformers >=0.4 && <0.7 + + if flag(dev) + ghc-options: + -Wall -Werror -Wredundant-constraints -Wpartial-fields + -Wunused-packages + + else + ghc-options: -O2 -Wall + +test-suite 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 + Text.Megaparsec.ByteSpec + Text.Megaparsec.Char.LexerSpec + Text.Megaparsec.CharSpec + Text.Megaparsec.DebugSpec + Text.Megaparsec.ErrorSpec + Text.Megaparsec.PosSpec + Text.Megaparsec.StreamSpec + Text.MegaparsecSpec + + default-language: Haskell2010 + build-depends: + QuickCheck >=2.10 && <2.16, + base >=4.15 && <5, + bytestring >=0.2 && <0.13, + case-insensitive >=1.2 && <1.3, + containers >=0.5 && <0.8, + hspec >=2 && <3, + hspec-megaparsec >=2 && <3, + megaparsec ==9.6.1, + megaparsec-tests, + mtl >=2.2.2 && <3, + scientific >=0.3.1 && <0.4, + temporary >=1.1 && <1.4, + text >=0.2 && <2.2, + transformers >=0.4 && <0.7 + + 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