Name: process-progress
Version: 0.14
Synopsis: Run a process and do reportsing on its progress.
Description: Function to run a process and wrappers to provide different
types of feedback while it executes.
Homepage: https://src.seereason.com/process-progress
License: BSD3
Author: David Fox
Maintainer: David Fox <dsf@seereason.com>
Category: System
Build-type: Simple
Cabal-version: >=1.6
Extra-source-files: changelog
source-repository head
Type: darcs
Location: http://src.seereason.com/process-progress
Library
ghc-options: -Wall -O2 -threaded
Exposed-modules:
System.Posix.EnvPlus
System.Process.Progress
System.Process.Read.Compat
System.Process.Read.Convenience
System.Process.Read.Monad
Build-depends:
base >= 4 && < 5,
process,
process-listlike >= 0.9,
bytestring,
deepseq,
HUnit,
ListLike,
mtl,
process,
text,
time,
unix,
utf8-string