packages feed

shellwords-0.1.2.2: shellwords.cabal

cabal-version: 1.12

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

name:           shellwords
version:        0.1.2.2
synopsis:       Parse strings into words, like a shell would
description:    See https://github.com/pbrisbin/hs-shellwords#readme
category:       Text
homepage:       https://github.com/pbrisbin/hs-shellwords#readme
bug-reports:    https://github.com/pbrisbin/hs-shellwords/issues
author:         Patrick Brisbin
maintainer:     pbrisbin@gmail.com
copyright:      2018 Patrick Brisbin
license:        MIT
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    README.md
    CHANGELOG.md

source-repository head
  type: git
  location: https://github.com/pbrisbin/hs-shellwords

library
  hs-source-dirs:
      src
  ghc-options: -Wall
  build-depends:
      base >=4.7 && <5
    , megaparsec >=7.0.0
    , text
  exposed-modules:
      ShellWords
  other-modules:
      Paths_shellwords
  default-language: Haskell2010

test-suite hspec
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  hs-source-dirs:
      test
  ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      base >=4.7 && <5
    , hspec
    , shellwords
  other-modules:
      ShellWordsSpec
      Paths_shellwords
  default-language: Haskell2010