simple-parser-0.3.0: simple-parser.cabal
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.33.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 1d43d6b4332cdf22af4c6c459935317446659f1e7a3e9e1ff035e8447b877d50
name: simple-parser
version: 0.3.0
synopsis: Simple parser combinators
description: Please see the README on GitHub at <https://github.com/ejconlon/simple-parser#readme>
category: Parsing
homepage: https://github.com/ejconlon/simple-parser#readme
bug-reports: https://github.com/ejconlon/simple-parser/issues
author: Eric Conlon
maintainer: ejconlon@gmail.com
copyright: (c) 2020 Eric Conlon
license: BSD3
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
source-repository head
type: git
location: https://github.com/ejconlon/simple-parser
library
exposed-modules:
SimpleParser
SimpleParser.Chunked
SimpleParser.Common
SimpleParser.Examples.Json
SimpleParser.Examples.Sexp
SimpleParser.Explain
SimpleParser.Input
SimpleParser.Interactive
SimpleParser.Parser
SimpleParser.Result
SimpleParser.Stack
SimpleParser.Stream
other-modules:
Paths_simple_parser
hs-source-dirs:
src
default-extensions: BangPatterns ConstraintKinds DeriveFunctor DeriveFoldable DeriveTraversable DerivingStrategies FlexibleContexts FlexibleInstances FunctionalDependencies GeneralizedNewtypeDeriving KindSignatures MultiParamTypeClasses TypeFamilies
ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wpartial-fields -Wredundant-constraints -fno-warn-unused-top-binds
build-depends:
base >=4.12 && <5
, containers >=0.6 && <0.7
, list-t >=1.0 && <1.1
, mmorph >=1.1 && <1.2
, mtl >=2.2 && <2.3
, nonempty-containers >=0.3 && <0.4
, scientific >=0.3 && <0.4
, text >=1.2 && <1.3
, text-builder >=0.6 && <0.7
default-language: Haskell2010
test-suite simple-parser-test
type: exitcode-stdio-1.0
main-is: Main.hs
other-modules:
Paths_simple_parser
hs-source-dirs:
test
default-extensions: BangPatterns ConstraintKinds DeriveFunctor DeriveFoldable DeriveTraversable DerivingStrategies FlexibleContexts FlexibleInstances FunctionalDependencies GeneralizedNewtypeDeriving KindSignatures MultiParamTypeClasses TypeFamilies
ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wpartial-fields -Wredundant-constraints -fno-warn-unused-top-binds -threaded -rtsopts -with-rtsopts=-N
build-depends:
base >=4.12 && <5
, containers >=0.6 && <0.7
, list-t >=1.0 && <1.1
, mmorph >=1.1 && <1.2
, mtl >=2.2 && <2.3
, nonempty-containers >=0.3 && <0.4
, scientific >=0.3 && <0.4
, simple-parser
, tasty
, tasty-hunit
, tasty-th
, text >=1.2 && <1.3
, text-builder >=0.6 && <0.7
default-language: Haskell2010