packages feed

log-warper 1.8.7 → 1.8.8

raw patch · 3 files changed

+8/−3 lines, 3 filesdep ~ansi-terminal

Dependency ranges changed: ansi-terminal

Files

CHANGES.md view
@@ -1,3 +1,8 @@+1.8.8+=====++* Increase upper bound for `ansi-terminal` to `< 0.9`.+ 1.8.7 ===== 
README.md view
@@ -27,7 +27,7 @@ 2. Logging initialization from `.yaml` configuration file.     Whole logging configuration can be specifed in a single `.yaml` file.-   See some [simple example here](https://github.com/input-output-hk/cardano-sl/blob/develop/log-config-prod.yaml)+   See [example here](https://github.com/serokell/log-warper/blob/c1df47e70c48bae62ff81a11fea0b45d50c172e7/logger-config-example.yaml).  3. Monadic logging interface. 
log-warper.cabal view
@@ -1,5 +1,5 @@ name:                log-warper-version:             1.8.7+version:             1.8.8 synopsis:            Flexible, configurable, monadic and pretty logging homepage:            https://github.com/serokell/log-warper license:             MIT@@ -47,7 +47,7 @@    build-depends:       base                 >= 4.9 && < 5                      , aeson                ^>= 1.2-                     , ansi-terminal        ^>= 0.7+                     , ansi-terminal        >= 0.7 && < 0.9                      , containers           ^>= 0.5.7.1                      , deepseq              ^>= 1.4                      , directory            ^>= 1.3