packages feed

monad-control 1.0.0.3 → 1.0.0.4

raw patch · 2 files changed

+7/−2 lines, 2 filesdep ~transformersdep ~transformers-compatPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: transformers, transformers-compat

API changes (from Hackage documentation)

Files

CHANGELOG view
@@ -1,3 +1,8 @@+1.0.0.4++* Support transformers-compat-0.4.*.++ 1.0.0.3  * Unconditionally add ExceptT instances using transformers-compat.
monad-control.cabal view
@@ -1,5 +1,5 @@ Name:                monad-control-Version:             1.0.0.3+Version:             1.0.0.4 Synopsis:            Lift control operations, like exception catching, through monad transformers License:             BSD3 License-file:        LICENSE@@ -43,7 +43,7 @@   Build-depends: base                 >= 4.5   && < 5                , stm                  >= 2.3   && < 3                , transformers         >= 0.2   && < 0.5-               , transformers-compat  >= 0.3   && < 0.4+               , transformers-compat  >= 0.3   && < 0.5                , transformers-base    >= 0.4.4 && < 0.5    Ghc-options: -Wall