Cabal revisions of monad-parallel-0.5
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-Name: monad-parallel-Version: 0.5-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 Mario Blazevic-Author: Mario Blazevic-Maintainer: blamario@yahoo.com-Homepage: http://trac.haskell.org/SCC/wiki/monad-parallel-Extra-source-files: 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- GHC-prof-options: -auto-all+Name: monad-parallel +Version: 0.5 +x-revision: 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 Mario Blazevic +Author: Mario Blazevic +Maintainer: blamario@yahoo.com +Homepage: http://trac.haskell.org/SCC/wiki/monad-parallel +Extra-source-files: 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
revision 2
Name: monad-parallel Version: 0.5 -x-revision: 1 +x-revision: 2 Cabal-Version: >= 1.2 Build-Type: Simple Synopsis: Parallel execution of monadic computations Library Exposed-Modules: Control.Monad.Parallel - Build-Depends: base < 5, parallel, transformers >= 0.2 && < 0.3 + Build-Depends: base < 5, parallel, transformers < 0.2 GHC-prof-options: -auto-all