monad-parallel 0.7.2.0 → 0.7.2.1
raw patch · 1 files changed
+2/−3 lines, 1 filesdep ~transformers-compatPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: transformers-compat
API changes (from Hackage documentation)
Files
- monad-parallel.cabal +2/−3
monad-parallel.cabal view
@@ -1,5 +1,5 @@ Name: monad-parallel-Version: 0.7.2.0+Version: 0.7.2.1 Cabal-Version: >= 1.10 Build-Type: Simple Synopsis: Parallel execution of monadic computations@@ -23,7 +23,6 @@ Library Exposed-Modules: Control.Monad.Parallel- Build-Depends: base < 5, parallel, transformers >= 0.2 && < 0.5, transformers-compat >= 0.3 && < 0.5- GHC-prof-options: -auto-all+ Build-Depends: base < 5, parallel, transformers >= 0.2 && < 0.5, transformers-compat >= 0.3 && < 0.6 if impl(ghc >= 7.0.0) default-language: Haskell2010