packages feed

logging-effect 1.3.4 → 1.3.5

raw patch · 2 files changed

+13/−3 lines, 2 filesdep ~basedep ~prettyprinterPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base, prettyprinter

API changes (from Hackage documentation)

Files

Changelog.md view
@@ -1,3 +1,13 @@+## 1.3.5 -- 2019-09-17++### Other Changes++* Support `base-4.13`+* Support GHC 8.8.1+* Support `prettyprinter-1.3`++---+ ## 1.3.4 -- 2019-05-15  ### Other Changes
logging-effect.cabal view
@@ -1,5 +1,5 @@ name: logging-effect-version: 1.3.4+version: 1.3.5 synopsis: A mtl-style monad transformer for general purpose & compositional logging homepage: https://github.com/ocharles/logging-effect license: BSD3@@ -13,7 +13,7 @@ library   exposed-modules:     Control.Monad.Log   other-extensions:    ViewPatterns, OverloadedStrings, GeneralizedNewtypeDeriving, FlexibleContexts, FlexibleInstances, MultiParamTypeClasses, FunctionalDependencies, PatternSynonyms-  build-depends:       base >=4.8 && <4.13+  build-depends:       base >=4.8 && <4.14                      , async >=2.0 && <2.3                      , transformers >=0.4 && <0.6                      , text >=1.2 && <1.3@@ -23,7 +23,7 @@                      , 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.3+                     , prettyprinter >= 1.2 && < 1.4                      , monad-control >= 1.0.0.4 && < 1.1                      , transformers-base >= 0.4.4 && < 0.5                      , semigroups >= 0.16.2.2 && < 0.20