monad-parallel-progressbar 0.1.0.0 → 0.1.0.1
raw patch · 2 files changed
+5/−2 lines, 2 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- CHANGES.md +3/−0
- monad-parallel-progressbar.cabal +2/−2
CHANGES.md view
@@ -1,5 +1,8 @@ Revision history for Haskell package monad-parallel-progressbar === +## Version 0.1.0.1+- Catch up with base-4.8+ ## Version 0.1.0.0 - Original version
monad-parallel-progressbar.cabal view
@@ -1,5 +1,5 @@ name: monad-parallel-progressbar-version: 0.1.0.0+version: 0.1.0.1 stability: experimental synopsis: Parallel execution of monadic computations with a progress bar@@ -26,7 +26,7 @@ exposed-modules: Control.Monad.Parallel.ProgressBar -- other-modules: -- other-extensions: - build-depends: base >=4.7 && <4.8+ build-depends: base >=4.7 && <5 , monad-parallel , monadIO , terminal-progress-bar