simple-parser-0.8.0: simple-parser.cabal
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.34.4.
--
-- see: https://github.com/sol/hpack
--
-- hash: f2236fd481ed5014f290a522ef1c9a4df6f488ed8ad58f0ef69aa30acef790d5
name: simple-parser
version: 0.8.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.CharString
SimpleParser.Chunked
SimpleParser.Common
SimpleParser.Errata
SimpleParser.Examples.Json
SimpleParser.Examples.Sexp
SimpleParser.Explain
SimpleParser.Input
SimpleParser.Interactive
SimpleParser.LookAhead
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
StandaloneDeriving
TupleSections
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
, bytestring ==0.10.*
, containers ==0.6.*
, errata ==0.3.*
, list-t ==1.0.*
, mmorph ==1.1.*
, mtl ==2.2.*
, nonempty-containers ==0.3.*
, scientific ==0.3.*
, text ==1.2.*
, text-builder ==0.6.*
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
StandaloneDeriving
TupleSections
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
, bytestring ==0.10.*
, containers ==0.6.*
, errata ==0.3.*
, list-t ==1.0.*
, mmorph ==1.1.*
, mtl ==2.2.*
, nonempty-containers ==0.3.*
, scientific ==0.3.*
, simple-parser
, tasty
, tasty-hunit
, tasty-th
, text ==1.2.*
, text-builder ==0.6.*
default-language: Haskell2010