shellwords-0.1.1.0: shellwords.cabal
-- This file has been generated from package.yaml by hpack version 0.20.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 2e963e67460e2f0c8a0eaacb4cd50df10ec08b0ade7f08593d3858ca6d8ce1a8
name: shellwords
version: 0.1.1.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