packages feed

command-0.1.0: command.cabal

name:          command
version:       0.1.0
license:       MIT
copyright:     Neil Mitchell 2011-2013
author:        Neil Mitchell <ndmitchell@gmail.com>
maintainer:    Niklas Hambüchen <mail@nh2.me>
category:      System
build-type:    Simple
stability:     experimental
tested-With:   GHC==7.6.3
cabal-version: >= 1.8
homepage:      https://github.com/nh2/command
bug-Reports:   https://github.com/nh2/command/issues
synopsis:      Conveniently run shell commands
description:
  This is a standalone version of the powerful and intuitive command line
  functions present in the Shake build system.
  .
  They are intended as an easy-to-remember, easy-to-use alternative
  to the System.Process functions.
  .
  All credit goes to the Shake author!
  I hope he'll take it over as a standalone project.
  .
  CHANGELOG
  .
  Version 0.1.0
  .
  * Initial version, copied from Shake.

source-repository head
  type:      git
  location:  git://github.com/nh2/command.git


library
  exposed-modules: System.Command
  build-depends:   base < 5, deepseq, process
  hs-source-dirs:  src
  ghc-options:     -Wall