packages feed

co-log 0.6.1.1 → 0.6.1.2

raw patch · 2 files changed

+10/−2 lines, 2 filesdep ~containersPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: containers

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -3,6 +3,14 @@ `co-log` uses [PVP Versioning][1]. The changelog is available [on GitHub][2]. +## 0.6.1.2 - March 2, 2025++## What's Changed++* Allow `containers-0.8`.++**Full Changelog**: https://github.com/co-log/co-log/compare/v0.6.1.1...v0.6.1.2+ ## 0.6.1.1 - January 5, 2025  ## What's Changed
co-log.cabal view
@@ -1,6 +1,6 @@ cabal-version:       2.4 name:                co-log-version:             0.6.1.1+version:             0.6.1.2 synopsis:            Composable Contravariant Comonadic Logging Library description:     The default implementation of logging based on [co-log-core](http://hackage.haskell.org/package/co-log-core).@@ -106,7 +106,7 @@   build-depends:       ansi-terminal >= 1.0 && < 1.2                      , bytestring >= 0.10.8 && < 0.13                      , co-log-core ^>= 0.3-                     , containers >= 0.5.7 && < 0.8+                     , containers >= 0.5.7 && < 0.9                      , contravariant ^>= 1.5                      , directory ^>= 1.3.0                      , exceptions >= 0.8.3 && < 0.11