errors 1.1.0 → 1.1.1
raw patch · 2 files changed
+2/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- Data/EitherR.hs +1/−1
- errors.cabal +1/−1
Data/EitherR.hs view
@@ -128,7 +128,7 @@ -- | Synonym for 'throwT' left :: (Monad m) => e -> EitherT e m r-left = throwT+left = EitherT . return . Left -- | 'throwT' in the error monad corresponds to 'return' in the success monad throwT :: (Monad m) => e -> EitherT e m r
errors.cabal view
@@ -1,5 +1,5 @@ Name: errors-Version: 1.1.0+Version: 1.1.1 Cabal-Version: >=1.14.0 Build-Type: Simple License: BSD3