failable 0.1.0.1 → 0.1.0.2
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
- failable.cabal +3/−3
README.md view
@@ -1,4 +1,4 @@-# failable+# Control.Monad.Failable #### Yet another "error" handling monad (class) This library provides a 'Failable' error monad class to unify failure across monads and
failable.cabal view
@@ -4,12 +4,12 @@ -- -- see: https://github.com/sol/hpack ----- hash: ff6aece6bf22bb1b3620af9875c66efc4beb3470e1cffbfa8cbff2b06b5a0b8e+-- hash: 017ba691ee87716cab21fcf1f65adf24ca7da1417e8abac7aaf260871f21716d name: failable-version: 0.1.0.1+version: 0.1.0.2 synopsis: A 'Failable' error monad class to unify failure across monads that can fail-description: Please see the README on GitHub at <https://github.com/githubuser/failable#readme>+description: Please see the README on Gitlab at <https://gitlab.com/codemonkeylabs/failable#readme> category: control, exceptions, monad author: Erick Gonzalez maintainer: erick@codemonkeylabs.de