monad-parallel 0.8 → 0.8.0.1
raw patch · 1 files changed
+4/−5 lines, 1 filesdep ~transformers-compat
Dependency ranges changed: transformers-compat
Files
- monad-parallel.cabal +4/−5
monad-parallel.cabal view
@@ -1,6 +1,6 @@ Name: monad-parallel-Version: 0.8-Cabal-Version: >= 1.10+Version: 0.8.0.1+Cabal-Version: 2.0 Build-Type: Simple Synopsis: Parallel execution of monadic computations Category: Control, Monads@@ -23,6 +23,5 @@ 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+ Build-Depends: base < 5, parallel, transformers >= 0.2 && < 0.7, transformers-compat >= 0.3 && < 0.9+ default-language: Haskell2010