packages feed

monad-logger 0.3.13.1 → 0.3.13.2

raw patch · 2 files changed

+3/−3 lines, 2 filesdep ~fast-loggerPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: fast-logger

API changes (from Hackage documentation)

Files

Control/Monad/Logger.hs view
@@ -178,7 +178,7 @@ -- | An extension of @MonadLogger@ for the common case where the logging action -- is a simple @IO@ action. The advantage of using this typeclass is that the -- logging function itself can be extracted as a first-class value, which can--- make it easier to manipulate monad transfomrer stacks, as an example.+-- make it easier to manipulate monad transformer stacks, as an example. -- -- Since 0.3.10 class (MonadLogger m, MonadIO m) => MonadLoggerIO m where
monad-logger.cabal view
@@ -1,5 +1,5 @@ name:                monad-logger-version:             0.3.13.1+version:             0.3.13.2 synopsis:            A class of monads which can log messages. description:         Hackage documentation generation is not reliable. For up to date documentation, please see: <http://www.stackage.org/package/monad-logger>. homepage:            https://github.com/kazu-yamamoto/logger@@ -35,7 +35,7 @@                      , resourcet           >= 0.4       && < 1.2                      , conduit             >= 1.0       && < 1.3                      , conduit-extra       >= 1.0       && < 1.3-                     , fast-logger         >= 2.0       && < 2.4+                     , fast-logger         >= 2.0       && < 2.5                      , transformers-base                      , monad-control                      , monad-loops