monad-par 0.1.0.1 → 0.1.0.2
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~deepseqPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: deepseq
API changes (from Hackage documentation)
Files
- monad-par.cabal +2/−2
monad-par.cabal view
@@ -1,5 +1,5 @@ Name: monad-par-Version: 0.1.0.1+Version: 0.1.0.2 Synopsis: A library for parallel programming based on a monad Description: This library offers an alternative parallel programming@@ -87,7 +87,7 @@ , Control.Monad.Par.IList , Control.Monad.Par.Internal Build-depends: base >= 4 && < 5,- deepseq >= 1.1 && < 1.2,+ deepseq >= 1.1 && < 1.3, HUnit >= 1.2 ghc-options: -O2 Other-modules: