packages feed

co-log-core 0.3.2.4 → 0.3.2.5

raw patch · 2 files changed

+11/−3 lines, 2 filesdep ~doctestPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: doctest

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -3,7 +3,15 @@ `co-log-core` uses [PVP Versioning][1]. The change log is available [on GitHub][2]. -## 0.3.2.4 — January 5, 2024+## 0.3.2.5 — March 2, 2025++## What's Changed++* Allow `doctest-0.24`.++**Full Changelog**: https://github.com/co-log/co-log-core/compare/v0.3.2.4...v0.3.2.5++## 0.3.2.4 — January 5, 2025  ## What's Changed 
co-log-core.cabal view
@@ -1,6 +1,6 @@ cabal-version:       2.4 name:                co-log-core-version:             0.3.2.4+version:             0.3.2.5 synopsis:            Composable Contravariant Comonadic Logging Library description:     This package provides core types and functions to work with the @LogAction@ data type which is both simple and powerful.@@ -108,5 +108,5 @@   type:                 exitcode-stdio-1.0   hs-source-dirs:       test   main-is:              Doctests.hs-  build-depends:        doctest >= 0.16.0 && < 0.24+  build-depends:        doctest >= 0.16.0 && < 0.25                       , Glob ^>= 0.10.0