transformers 0.6.0.1 → 0.6.0.2
raw patch · 3 files changed
+5/−2 lines, 3 files
Files
- Control/Monad/Trans/Except.hs +1/−1
- changelog +3/−0
- transformers.cabal +1/−1
Control/Monad/Trans/Except.hs view
@@ -326,7 +326,7 @@ finallyE m closer = do res <- tryE m closer- either throwE pure res+ either throwE return res {-# INLINE finallyE #-} -- | Lift a @callCC@ operation to the new monad.
changelog view
@@ -1,5 +1,8 @@ -*-change-log-*- +0.6.0.2 Ross Paterson <R.Paterson@city.ac.uk> Jul 2021+ * Further backward compatability fix+ 0.6.0.1 Ross Paterson <R.Paterson@city.ac.uk> Jul 2021 * Backward compatability fixes
transformers.cabal view
@@ -1,5 +1,5 @@ name: transformers-version: 0.6.0.1+version: 0.6.0.2 license: BSD3 license-file: LICENSE author: Andy Gill, Ross Paterson