-- Initial ConcurrentUtils.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: ConcurrentUtils version: 0.4.2.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, cryptohash >=0.11.6, RSA >=2.1.0, crypto-random >=0.0.8, securemem >= 0.1.7, reexport-crypto-random, tagged >= 0.7.3