packages feed

monad-control 0.3.1.3 → 0.3.1.4

raw patch · 1 files changed

+2/−2 lines, 1 filesdep ~basePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base

API changes (from Hackage documentation)

Files

monad-control.cabal view
@@ -1,5 +1,5 @@ Name:                monad-control-Version:             0.3.1.3+Version:             0.3.1.4 Synopsis:            Lift control operations, like exception catching, through monad transformers License:             BSD3 License-file:        LICENSE@@ -56,7 +56,7 @@    Exposed-modules: Control.Monad.Trans.Control -  Build-depends: base                 >= 3     && < 4.6+  Build-depends: base                 >= 3     && < 4.7                , base-unicode-symbols >= 0.1.1 && < 0.3                , transformers         >= 0.2   && < 0.4                , transformers-base    >= 0.4.1 && < 0.5