ConcurrentUtils-0.3.0.0: ConcurrentUtils.cabal
-- Initial FChan.cabal generated by cabal init. For further documentation,
-- see http://haskell.org/cabal/users-guide/
name: ConcurrentUtils
version: 0.3.0.0
synopsis: Concurrent utilities
-- description:
homepage: http://alkalisoftware.net
license: GPL-2
license-file: LICENSE
author: James Candy
maintainer: info@alkalisoftware.net
-- copyright:
category: Concurrency
build-type: Simple
cabal-version: >=1.8
library
exposed-modules: Control.CUtils.FChan, Control.CUtils.Processes, Control.CUtils.AList, Control.CUtils.Deadlock, Control.CUtils.DataParallel, Control.CUtils.Conc
-- other-modules:
build-depends: base >= 2 && <= 5, containers >= 0.4.0.0, parallel, array, mtl >= 2.0.1.0