om-logging 1.1.0.10 → 1.1.0.11
raw patch · 2 files changed
+10/−2 lines, 2 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- CHANGELOG.md +7/−0
- om-logging.cabal +3/−2
+ CHANGELOG.md view
@@ -0,0 +1,7 @@+# Changelog++All notable changes to this project will be documented in this file.++## 1.1.0.11 - 2026-02-28++- Support GHC 9.14.
om-logging.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: om-logging-version: 1.1.0.10+version: 1.1.0.11 synopsis: Opinionated logging utilities. description: A set of logging combinators for use with monad-logger. homepage: https://github.com/owensmurray/om-logging@@ -13,12 +13,13 @@ build-type: Simple extra-source-files: README.md+ CHANGELOG.md LICENSE common dependencies build-depends: , aeson >= 2.0.3.0 && < 2.3- , base >= 4.15.1.0 && < 4.22+ , base >= 4.15.1.0 && < 4.23 , bytestring >= 0.11.3.1 && < 0.13 , fast-logger >= 3.1.1 && < 3.3 , monad-logger >= 0.3.36 && < 0.4