packages feed

logging-effect 1.1.2 → 1.1.3

raw patch · 2 files changed

+16/−2 lines, 2 filesdep ~timePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: time

API changes (from Hackage documentation)

Files

Changelog.md view
@@ -1,9 +1,19 @@+# 1.1.3++## Other Changes++- Increased upper bound of `time` to allow < 1.9.++---+ # 1.1.2  ## Other changes  - Increased upper bound of `time` +---+ # 1.1.1  - `withBatchedHandler` no longer prints empty log messages. Previously,@@ -11,6 +21,8 @@   that used that), an empty log message would be output. Thanks to @codedmart   for fixing this. +---+ # 1.1.0  *Breaking changes*:@@ -45,6 +57,8 @@ - Many documentation bug fixes.  - INLINEABLE pragmas added.++---  # 1.0.0 
logging-effect.cabal view
@@ -1,5 +1,5 @@ name: logging-effect-version: 1.1.2+version: 1.1.3 synopsis: A mtl-style monad transformer for general purpose & compositional logging homepage: https://github.com/ocharles/logging-effect license: BSD3@@ -17,7 +17,7 @@                      , async >=2.0 && <2.2                      , transformers >=0.4 && <0.6                      , text >=1.2 && <1.3-                     , time >=1.5 && <1.8+                     , time >=1.5 && <1.9                      , mtl >= 2.2.1 && <2.3                      , exceptions >= 0.8.0.2 && <0.9                      , free >= 4.12.1 && < 4.13