om-logging 1.1.0.11 → 1.1.0.12
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~timePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: time
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- om-logging.cabal +2/−2
CHANGELOG.md view
@@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. +## 1.1.0.12 - 2026-06-26++- Raise the `time` upper bound to `< 1.16`.+ ## 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.11+version: 1.1.0.12 synopsis: Opinionated logging utilities. description: A set of logging combinators for use with monad-logger. homepage: https://github.com/owensmurray/om-logging@@ -26,7 +26,7 @@ , om-show >= 0.1.2.6 && < 0.2 , split >= 0.2.3.4 && < 0.3 , text >= 1.2.5.0 && < 2.2- , time >= 1.12.2 && < 1.15+ , time >= 1.12.2 && < 1.16 common warnings ghc-options: