unexceptionalio-trans 0.5.0 → 0.5.1
raw patch · 2 files changed
+3/−3 lines, 2 filesdep ~unexceptionalio
Dependency ranges changed: unexceptionalio
Files
UnexceptionalIO/Trans.hs view
@@ -80,7 +80,7 @@ runExceptIO = liftIO . UIO.runEitherIO . Trans.runExceptT #if MIN_VERSION_transformers(0,5,3)-instance (UIO.Unexceptional m) => UIO.Unexceptional (Trans.AccumT w m) where+instance (UIO.Unexceptional m, Monoid w) => UIO.Unexceptional (Trans.AccumT w m) where lift = Trans.lift . UIO.lift #endif
unexceptionalio-trans.cabal view
@@ -1,5 +1,5 @@ name: unexceptionalio-trans-version: 0.5.0+version: 0.5.1 cabal-version: >=1.8 license: OtherLicense license-file: COPYING@@ -30,7 +30,7 @@ build-depends: base == 4.*, transformers,- unexceptionalio == 0.4.0+ unexceptionalio == 0.5.0 source-repository head type: git