packages feed

comparse-0.1.0.0: comparse.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

name:           comparse
version:        0.1.0.0
synopsis:       An unopiniated parser combinators library.
description:    Please see the README on GitHub at <https://github.com/nasso/comparse#readme>
category:       Parsing
homepage:       https://github.com/nasso/comparse#readme
bug-reports:    https://github.com/nasso/comparse/issues
author:         nasso
maintainer:     nasso <nassomails@gmail.com>
copyright:      2021 nasso
license:        BSD3
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    CHANGELOG.md
    LICENSE
    README.md

source-repository head
  type: git
  location: https://github.com/nasso/comparse

library
  exposed-modules:
      Control.Monad.Parser
      Control.Monad.Parser.Class
      Control.Monad.Trans.Parser
      Data.Stream
      Data.Stream.StringLines
  other-modules:
      Paths_comparse
  hs-source-dirs:
      ./
  ghc-options: -Wall
  build-depends:
      base ==4.14.*
    , mtl ==2.2.*
    , transformers ==0.5.*
  default-language: Haskell2010

test-suite comparse-test
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  other-modules:
      Json
      Parsing
      Stream
      Stream.Generic
      Stream.StringLines
      Paths_comparse
  hs-source-dirs:
      test
  ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall
  build-depends:
      base ==4.14.*
    , comparse
    , mtl ==2.2.*
    , tasty ==1.4.*
    , tasty-hunit ==0.10.*
    , transformers ==0.5.*
  default-language: Haskell2010