packages feed

Control-Engine-1.1.0.1: Control-Engine.cabal

name:		Control-Engine
version:	1.1.0.1
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:

Library
  Build-Depends: base == 4.*, stm, BoundedChan >= 1.0.0.2
  hs-source-dirs:
  exposed-modules: Control.Engine, Control.ThreadPool
  ghc-options: