packages feed

process-extras-0.1.0: process-extras.cabal

Name:               process-extras
Version:            0.1.0
Synopsis:           Process extras
Description:        Extra functionality for the Process library
                    <http://hackage.haskell.org/package/process>.
Homepage:           https://github.com/davidlazar/process-extras
License:            MIT
License-file:       LICENSE
Author:             David Lazar
Maintainer:         David Lazar <lazar6@illinois.edu>
Category:           System
Build-type:         Simple
Cabal-version:      >=1.6
Extra-source-files:
  README.md

source-repository head
  Type:             git
  Location:         https://github.com/davidlazar/process-extras

Library
  Hs-source-dirs:   src
  Exposed-modules:
    System.Process.ByteString
    System.Process.Text
  Build-depends:    base >= 4 && < 5, process, bytestring, text