classy-parallel-0.1.0.0: classy-parallel.cabal
-- Initial classy-parallel.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: classy-parallel
version: 0.1.0.0
synopsis: Fork of the monad-parallel package using monad-control
-- description:
license: GPL-3
license-file: LICENSE
author: Sam Anklesaria
maintainer: amsay@amsay.net
-- copyright:
category: Control
build-type: Simple
cabal-version: >=1.8
source-repository head
type: git
location: git://github.com/lassoinc/classy-parallel.git
library
exposed-modules: Control.Monad.Parallel
-- other-modules:
build-depends: base ==4.5.*, transformers ==0.3.*, parallel ==3.2.*, resourcet ==0.3.*, lifted-base ==0.1.*, monad-control ==0.3.*