cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.37.0. -- -- see: https://github.com/sol/hpack name: megaparsec-time version: 0.2.0.0 synopsis: Parsers and utilities for the Megaparsec library. description: Common parsers and utilities to use with the Megaparsec library. category: Parsing homepage: https://github.com/drlkf/megaparsec-time bug-reports: https://github.com/drlkf/megaparsec-time/issues author: drlkf maintainer: drlkf@drlkf.net copyright: 2025 drlkf license: GPL-3 license-file: LICENSE build-type: Simple tested-with: GHC == 9.8 , GHC == 9.6 , GHC == 9.4 extra-source-files: README.md CHANGELOG.md source-repository head type: git location: https://github.com/drlkf/megaparsec-time library exposed-modules: Text.Megaparsec.Time other-modules: Paths_megaparsec_time hs-source-dirs: src ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints build-depends: base >=4.7 && <5 , megaparsec >=9.0 && <10 , megaparsec-utils >=0.1 && <1 , parser-combinators >=1.0 && <2 , time >=1.10 && <2 default-language: Haskell2010 test-suite megaparsec-time-test type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: Text.Megaparsec.TimeSpec Paths_megaparsec_time hs-source-dirs: test ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-N build-depends: QuickCheck , base >=4.7 && <5 , hspec , megaparsec >=9.0 && <10 , megaparsec-time , megaparsec-utils >=0.1 && <1 , parser-combinators >=1.0 && <2 , time >=1.10 && <2 default-language: Haskell2010 build-tool-depends: hspec-discover:hspec-discover == 2.*