shellwords-0.1.0.0: shellwords.cabal
-- This file has been generated from package.yaml by hpack version 0.20.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 11e7209deb6877bc69c75f56eba1279ab472ce405ad7cf1d1f576f059cb05126
name: shellwords
version: 0.1.0.0
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
cabal-version: >= 1.10
extra-source-files:
CHANGELOG.md
README.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
, 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
, text
other-modules:
ShellWordsSpec
Paths_shellwords
default-language: Haskell2010