logging-effect 1.4.1 → 1.4.2
raw patch · 2 files changed
+7/−3 lines, 2 filesdep ~basedep ~time
Dependency ranges changed: base, time
Files
- Changelog.md +4/−0
- logging-effect.cabal +3/−3
Changelog.md view
@@ -1,3 +1,7 @@+## 1.4.2 -- 2026-01-28++* Build with GHC 9.14+ ## 1.4.1 -- 2025-08-05 * Build with GHC 9.12
logging-effect.cabal view
@@ -1,5 +1,5 @@ name: logging-effect-version: 1.4.1+version: 1.4.2 synopsis: A mtl-style monad transformer for general purpose & compositional logging homepage: https://github.com/ocharles/logging-effect license: BSD3@@ -13,11 +13,11 @@ library exposed-modules: Control.Monad.Log other-extensions: ViewPatterns, OverloadedStrings, GeneralizedNewtypeDeriving, FlexibleContexts, FlexibleInstances, MultiParamTypeClasses, FunctionalDependencies, PatternSynonyms- build-depends: base >=4.8 && <4.22+ build-depends: base >=4.8 && <4.23 , async >=2.0 && <2.3 , transformers >=0.4 && <0.7 , text >=1.2 && <2.2- , time >=1.5 && <1.15+ , time >=1.5 && <1.16 , mtl >= 2.2.1 && <2.4 , exceptions >= 0.8.0.2 && <0.11 , free >= 4.12.1 && < 5.3