Control-Engine-1.1.0.0: Control-Engine.cabal
name: Control-Engine
version: 1.1.0.0
license: BSD3
license-file: LICENSE
author: Thomas DuBuisson <thomas.dubuisson@gmail.com>
maintainer: Thomas DuBuisson
description: A parallel producer/consumer engine (thread pool). There are lots
of features in the Engine, to include dynamically adjustable hooks,
managed state, and injection points.
synopsis: A parallel producer/consumer engine (thread pool)
homepage: http://www.haskell.org/haskellwiki/Control-Engine
category: Control
stability: stable
build-type: Simple
cabal-version: >= 1.6
tested-with: GHC == 6.10.3
extra-source-files:
Flag small_base
Description: Choose the split-up base package.
Library
if flag(small_base)
Build-Depends: base == 4.*, stm, concurrent, BoundedChan >= 1.0.0.2
else
Build-Depends: base == 4.*, stm, BoundedChan >= 1.0.0.2
hs-source-dirs:
exposed-modules: Control.Engine, Control.ThreadPool
ghc-options: