simple-cmd-0.2.3: simple-cmd.cabal
name: simple-cmd
version: 0.2.3
synopsis: Simple String-based process commands
description:
Simple wrappers over System.Process
(readProcess, readProcessWithExitCode, rawSystem, and createProcess).
The idea is to provide some common idioms for calling out to commands
from programs. For more advanced shell-scripting or streaming
use turtle, shelly, command, etc.
license: BSD3
license-file: LICENSE
author: Jens Petersen
maintainer: juhpetersen@gmail.com
copyright: 2017-2020 Jens Petersen <juhpetersen@gmail.com>
category: System
build-type: Simple
cabal-version: >=1.10
extra-source-files: README.md ChangeLog.md TODO
tested-with: GHC == 7.4.2, GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.3,
GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.4, GHC == 8.6.5,
GHC == 8.8.3, GHC == 8.10.1
source-repository head
type: git
location: https://github.com/juhp/simple-cmd
library
exposed-modules: SimpleCmd,
SimpleCmd.Git,
SimpleCmd.Rpm
build-depends: base < 5,
directory,
extra,
filepath,
process >= 1.4.3.0,
unix
default-language: Haskell2010
default-extensions: CPP
ghc-options: -fwarn-missing-signatures -Wall