attempt 0.2.0 → 0.2.1
raw patch · 2 files changed
+2/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
+ Data.Attempt: Failure :: e -> Attempt v
+ Data.Attempt: Success :: v -> Attempt v
Files
- Data/Attempt.hs +1/−1
- attempt.cabal +1/−1
Data/Attempt.hs view
@@ -22,7 +22,7 @@ -- might be a more appropriate fit. module Data.Attempt ( -- * Data type and type class- Attempt+ Attempt (..) , FromAttempt (..) , fa , joinAttempt
attempt.cabal view
@@ -1,5 +1,5 @@ name: attempt-version: 0.2.0+version: 0.2.1 license: BSD3 license-file: LICENSE author: Michael Snoyman, Nicolas Pouillard