Name: monad-parallel
Version: 0.7.1
Cabal-Version: >= 1.2
Build-Type: Simple
Synopsis: Parallel execution of monadic computations
Category: Control, Monads
Tested-with: GHC
Description:
This package defines classes of monads that can perform multiple executions in parallel and combine their results. For
any monad that's an instance of the class, the package re-implements a subset of the Control.Monad interface, but with
parallel execution.
License: GPL
License-file: LICENSE.txt
Copyright: (c) 2010-2011 Mario Blazevic
Author: Mario Blazevic
Maintainer: blamario@yahoo.com
Homepage: http://trac.haskell.org/SCC/wiki/monad-parallel
Extra-source-files: Test/TestParallel.hs
-- Source-repository head
-- type: darcs
-- location: http://code.haskell.org/SCC/
Library
Exposed-Modules: Control.Monad.Parallel
Build-Depends: base < 5, parallel, transformers >= 0.2 && < 0.3
GHC-prof-options: -auto-all