async-io-either 0.1.0.0 → 0.1.0.1
raw patch · 2 files changed
+4/−4 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- README.md +1/−1
- async-io-either.cabal +3/−3
README.md view
@@ -1,7 +1,7 @@ Async IO Either =============== -This is a tiny package that captures an pattern I've been using a lot...+This is a tiny package that captures a pattern I've been using a lot... Essentially I am tired of needing something of (IO a) and it so often coming with exceptions that are not indicated in the type. Generally speaking my application, like many others, is
async-io-either.cabal view
@@ -1,14 +1,14 @@ name: async-io-either-version: 0.1.0.0+version: 0.1.0.1 synopsis: Could be useful description: A way of running any IO type and capturing any exception, maybe, I think... homepage: https://github.com/mankyKitty/async-io-either#readme license: BSD3 license-file: LICENSE author: Sean Chalmers-maintainer: schalmers@iseek.com.au+maintainer: sclhiannan@gmail.com copyright: 2017 Sean Chalmers-category: Werk+category: Error Handling build-type: Simple extra-source-files: README.md cabal-version: >=1.10