packages feed

capataz 0.0.0.1 → 0.0.0.2

raw patch · 3 files changed

+12/−8 lines, 3 filesdep ~pretty-showdep ~tastyPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: pretty-show, tasty

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -6,6 +6,10 @@ [1]: http://semver.org/spec/v2.0.0.html [2]: https://github.com/roman/capataz/releases +## v0.0.0.2++* Bump bounds of `tasty` dependency+ ## v0.0.0.1  * Bump bounds of `tasty` dependency
README.md view
@@ -57,10 +57,10 @@ `async` is a fabulous library that allows Applicative composition of small asynchronous sub-routines into bigger ones and link errors between them. Given this, `async` fits the bill perfectly for small operations that happen-concurrently, not necessarily for long living threads. This library attempts not-to replace async's forte, but rather provides ways to make threads reliable in-situations where the usage of `async` or `forkIO` would give you the same-outcome.+concurrently, not necessarily for long living threads that need to be restarted.+This library attempts not to replace async's forte, but rather provides other+benefits not found in `async`, like automatically restarting threads with a given+recipe under error situations.  ## Documentation @@ -92,7 +92,7 @@  [![Build Status](https://travis-ci.org/roman/Haskell-capataz.svg?branch=master)](https://travis-ci.org/roman/Haskell-capataz) [![Github](https://img.shields.io/github/commits-since/roman/haskell-capataz/v0.0.0.1.svg)](https://img.shields.io/github/commits-since/roman/haskell-capataz/v0.0.0.1.svg)-[![Hackage Dependencies](https://img.shields.io/hackage-deps/v/capataz.svg)](https://img.shields.io/hackage/v/capataz.svg)+[![Hackage Dependencies](https://img.shields.io/hackage-deps/v/capataz.svg)](http://packdeps.haskellers.com/feed?needle=capataz)  Follow the [developer guidelines](https://romanandreg.gitbooks.io/capataz/content/developer-guidelines.html) 
capataz.cabal view
@@ -1,5 +1,5 @@ name: capataz-version: 0.0.0.1+version: 0.0.0.2 cabal-version: >=1.10 build-type: Simple license: MIT@@ -75,11 +75,11 @@         bytestring >=0.10.8.2 && <0.11,         capataz -any,         data-default >=0.7.1.1 && <0.8,-        pretty-show >=1.6.15 && <1.7,+        pretty-show >=1.6.16 && <1.7,         protolude ==0.2.*,         safe-exceptions >=0.1.6.0 && <0.2,         stm >=2.4.4.1 && <2.5,-        tasty >=0.12.0.1 && <0.13,+        tasty >=1.0.0.1 && <1.1,         tasty-hunit >=0.10.0.1 && <0.11,         tasty-rerun >=1.1.8 && <1.2,         tasty-smallcheck >=0.8.1 && <0.9,