-- This file has been generated from package.yaml by hpack version 0.28.2. -- -- see: https://github.com/sol/hpack -- -- hash: d41ef6dd8e4fd0597b45fbd58e4127227dd0c1501032d7f7d5de8213ca96223e name: shellwords version: 0.1.2.0 x-revision: 1 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.11.1.0 && <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.11.1.0 && <5 , hspec , shellwords other-modules: ShellWordsSpec Paths_shellwords default-language: Haskell2010