packages feed

logging-effect 1.3.11 → 1.3.12

raw patch · 2 files changed

+12/−3 lines, 2 filesdep ~prettyprinterdep ~time

Dependency ranges changed: prettyprinter, time

Files

Changelog.md view
@@ -1,3 +1,12 @@+## 1.3.12 -- 2020-12-14++### Other changes++* Increase the upper-bound of time to < 1.12.+* Increase the upper-bound of prettyprinter to < 1.8.++---+ ## 1.3.11 -- 2020-08-18  ### Other changes
logging-effect.cabal view
@@ -1,5 +1,5 @@ name: logging-effect-version: 1.3.11+version: 1.3.12 synopsis: A mtl-style monad transformer for general purpose & compositional logging homepage: https://github.com/ocharles/logging-effect license: BSD3@@ -17,13 +17,13 @@                      , async >=2.0 && <2.3                      , transformers >=0.4 && <0.6                      , text >=1.2 && <1.3-                     , time >=1.5 && <1.10+                     , time >=1.5 && <1.12                      , mtl >= 2.2.1 && <2.3                      , exceptions >= 0.8.0.2 && <0.11                      , free >= 4.12.1 && < 5.2                      , stm >= 2.4.4.1 && < 2.6                      , stm-delay >= 0.1.1.1 && < 0.2-                     , prettyprinter >= 1.2 && < 1.7+                     , prettyprinter >= 1.2 && < 1.8                      , monad-control >= 1.0.0.4 && < 1.1                      , transformers-base >= 0.4.4 && < 0.5                      , semigroups >= 0.16.2.2 && < 0.20