packages feed

concurrent-output-1.0.0: concurrent-output.cabal

Name: concurrent-output
Version: 1.0.0
Cabal-Version: >= 1.8
License: BSD3
Maintainer: Joey Hess <id@joeyh.name>
Author: Joey Hess
Stability: Stable
Copyright: 2015 Joey Hess
License-File: LICENSE
Build-Type: Simple
Category: Concurrency
Synopsis: handling concurrent output
Description:
 Provides a simple interface for writing concurrent programs that
 need to output a lot of status messages to the console, and/or run
 concurrent external commands that output to the console.
Extra-Source-Files:
  CHANGELOG

Library
  GHC-Options: -Wall -fno-warn-tabs -O2
  Build-Depends: base (>= 4.5), base < 5
    , bytestring (>= 0.10.0), bytestring (< 0.11)
    , async (>= 2.0), async (< 2.1)
    , stm (>= 2.0), stm (< 2.5)
    , process (>= 1.2.0), process (< 1.4.0)
    , unix (>= 2.7.0), unix (< 2.8.0)
    , directory (>= 1.2.0), directory (< 1.3.0)
    , containers (>= 0.5.0), containers (< 0.6.0)
    , transformers (>= 0.3.0), transformers (< 0.5.0)
    , exceptions (>= 0.8.0), exceptions (< 0.9.0)
    , MissingH (>= 1.3.0), MissingH (< 1.4.0)
  Exposed-Modules:
    Control.Concurrent.Output
  Other-Modules:
    Utility.Monad
    Utility.Data
    Utility.Exception
    Utility.FileSystemEncoding

source-repository head
  type: git
  location: git://git.joeyh.name/concurrent-output.git