monad-parallel 0.7.2.1 → 0.7.2.2
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~transformers
Dependency ranges changed: transformers
Files
- monad-parallel.cabal +3/−3
monad-parallel.cabal view
@@ -1,5 +1,5 @@ Name: monad-parallel-Version: 0.7.2.1+Version: 0.7.2.2 Cabal-Version: >= 1.10 Build-Type: Simple Synopsis: Parallel execution of monadic computations@@ -12,7 +12,7 @@ License: BSD3 License-file: BSD3-LICENSE.txt-Copyright: (c) 2010-2015 Mario Blazevic+Copyright: (c) 2010-2016 Mario Blazevic Author: Mario Blazevic Maintainer: blamario@yahoo.com Homepage: http://trac.haskell.org/SCC/wiki/monad-parallel@@ -23,6 +23,6 @@ Library Exposed-Modules: Control.Monad.Parallel- Build-Depends: base < 5, parallel, transformers >= 0.2 && < 0.5, transformers-compat >= 0.3 && < 0.6+ Build-Depends: base < 5, parallel, transformers >= 0.2 && < 0.6, transformers-compat >= 0.3 && < 0.6 if impl(ghc >= 7.0.0) default-language: Haskell2010