packages feed

process-progress-0.9: process-progress.cabal

Name:               process-progress
Version:            0.9
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/debian-tools/process-progress

Library
  ghc-options:      -Wall -O2 -threaded

  Exposed-modules:
    System.Posix.EnvPlus
    System.Process.Progress
    System.Process.Read.Chunks
    System.Process.Read.Compat
    System.Process.Read.Convenience
    System.Process.Read.Monad
    System.Process.Read.Verbosity

  Build-depends:
    base >= 4 && < 5,
    process,
    process-listlike >= 0.6,
    bytestring,
    deepseq,
    HUnit,
    ListLike,
    mtl,
    process,
    text,
    time,
    unix,
    utf8-string

Executable tests
  Main-Is: Tests/Main.hs
  GHC-Options: -Wall -O2 -threaded -rtsopts