Name: monad-parallel Version: 0.8 Cabal-Version: >= 1.10 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: BSD3 License-file: BSD3-LICENSE.txt Copyright: (c) 2010-2022 Mario Blazevic Author: Mario Blazevic Maintainer: blamario@yahoo.com Homepage: https://hub.darcs.net/blamario/SCC.wiki/ Extra-source-files: Test/TestParallel.hs, README.md Source-repository head type: darcs location: https://hub.darcs.net/blamario/SCC/ Library Exposed-Modules: Control.Monad.Parallel Build-Depends: base < 5, parallel, transformers >= 0.2 && < 0.7, transformers-compat >= 0.3 && < 0.8 if impl(ghc >= 7.0.0) default-language: Haskell2010