monad-parallel 0.7.1 → 0.7.1.1
raw patch · 1 files changed
+8/−6 lines, 1 filesdep ~transformersPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: transformers
API changes (from Hackage documentation)
Files
- monad-parallel.cabal +8/−6
monad-parallel.cabal view
@@ -1,6 +1,6 @@ Name: monad-parallel-Version: 0.7.1-Cabal-Version: >= 1.2+Version: 0.7.1.1+Cabal-Version: >= 1.10 Build-Type: Simple Synopsis: Parallel execution of monadic computations Category: Control, Monads@@ -17,11 +17,13 @@ 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/+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+ Build-Depends: base < 5, parallel, transformers >= 0.2 && < 0.4 GHC-prof-options: -auto-all+ if impl(ghc >= 7.0.0)+ default-language: Haskell2010