logging-effect 1.4.0 → 1.4.1
raw patch · 2 files changed
+8/−4 lines, 2 filesdep ~basenew-uploader
Dependency ranges changed: base
Files
- Changelog.md +4/−0
- logging-effect.cabal +4/−4
Changelog.md view
@@ -1,3 +1,7 @@+## 1.4.1 -- 2025-08-05++* Build with GHC 9.12+ ## 1.4.0 -- 2023-03-26 * Build with GHC 9.6
logging-effect.cabal view
@@ -1,5 +1,5 @@ name: logging-effect-version: 1.4.0+version: 1.4.1 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.19+ build-depends: base >=4.8 && <4.22 , async >=2.0 && <2.3 , transformers >=0.4 && <0.7- , text >=1.2 && <2.1- , time >=1.5 && <1.13+ , text >=1.2 && <2.2+ , time >=1.5 && <1.15 , mtl >= 2.2.1 && <2.4 , exceptions >= 0.8.0.2 && <0.11 , free >= 4.12.1 && < 5.3