ConcurrentUtils-0.4.1.0: ConcurrentUtils.cabal
-- Initial ConcurrentUtils.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: ConcurrentUtils
version: 0.4.1.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.Processes, Control.CUtils.NetChan, Control.CUtils.FChan, Control.CUtils.Deadlock, Control.CUtils.DataParallel, Control.CUtils.Conc, Control.CUtils.Channel, Control.CUtils.AList
other-modules: Control.CUtils.Split
build-depends: base >=4 && <=5, process, network >=2.4, bytestring, binary, containers, array, parallel