shellout-0.1.0.0: shellout.cabal
-- This file has been generated from package.yaml by hpack version 0.20.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: d6b4502f7da1a40315422c36f8a951aea21ff169c7154604924dd8c6d673639d
name: shellout
version: 0.1.0.0
synopsis: A threaded manager for Haskell that can run and stream external process output/err/exits
description: Please see the README on Github at <https://github.com/loganmac/shellout#readme>
category: System
homepage: https://github.com/loganmac/shellout#readme
bug-reports: https://github.com/loganmac/shellout/issues
author: Logan McPhail
maintainer: logan.airnomad@gmail.com
copyright: 2018 Logan McPhail
license: BSD3
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/loganmac/shellout
library
hs-source-dirs:
src
build-depends:
async
, base >=4.7 && <5
, stm
, text
, typed-process
exposed-modules:
Shellout
other-modules:
Paths_shellout
default-language: Haskell2010
executable example
main-is: Main.hs
hs-source-dirs:
examples
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
async
, base >=4.7 && <5
, shellout
, stm
, text
, typed-process
other-modules:
Paths_shellout
default-language: Haskell2010