packages feed

substring-parser-0.4.1.0: substring-parser.cabal

-- This file has been generated from package.yaml by hpack version 0.20.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 50b2b743e1e07990064a9b1b0e1708cf7ee567aed3e3fb3b9a5ec815cbf5d478

name:           substring-parser
version:        0.4.1.0
synopsis:       Match / replace substrings with a parser combinators.
description:    See README.md
category:       Text, Parsing
homepage:       https://gitlab.com/igrep/substring-parser
author:         Yuji Yamamoto
maintainer:     whosekiteneverfly@gmail.com
copyright:      2018 Yuji Yamamoto
license:        Apache-2.0
license-file:   LICENSE
build-type:     Simple
cabal-version:  >= 1.10

extra-source-files:
    ChangeLog.md
    README.md

library
  hs-source-dirs:
      src
  default-extensions: OverloadedStrings
  build-depends:
      NoTrace
    , attoparsec
    , base >=4.7 && <5
    , dlist
    , parsers
    , text
  exposed-modules:
      Text.Parser.Substring
  other-modules:
      Paths_substring_parser
  default-language: Haskell2010

test-suite substring-parser-test
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  hs-source-dirs:
      test
  default-extensions: OverloadedStrings
  build-depends:
      NoTrace
    , QuickCheck
    , attoparsec
    , base >=4.7 && <5
    , hspec
    , parsers
    , substring-parser
    , text
  other-modules:
      Paths_substring_parser
  default-language: Haskell2010