co-log-core 0.3.1.0 → 0.3.2.0
raw patch · 3 files changed
+10/−7 lines, 3 filesdep ~basedep ~doctestPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, doctest
API changes (from Hackage documentation)
Files
- CHANGELOG.md +5/−0
- README.md +0/−3
- co-log-core.cabal +5/−4
CHANGELOG.md view
@@ -3,6 +3,11 @@ `co-log-core` uses [PVP Versioning][1]. The change log is available [on GitHub][2]. +## 0.3.2.0 — Nov 2, 2022++* [#25](https://github.com/co-log/co-log-core/issues/25):+ Support GHC-9.4.+ ## 0.3.1.0 — Feb 15, 2022 * [#7](https://github.com/co-log/co-log-core/issues/7):
README.md view
@@ -4,7 +4,6 @@ [](https://github.com/co-log/co-log-core/actions) [![Hackage][hk-img-core]][hk-core]-[![Stackage LTS][lts-img-core]][lts-core] [](https://github.com/kowainik/co-log/blob/main/LICENSE) `co-log-core` is a lightweight package that provides core types and functions to @@ -49,5 +48,3 @@ [hk-img-core]: https://img.shields.io/hackage/v/co-log-core.svg?logo=haskell [hk-core]: https://hackage.haskell.org/package/co-log-core-[lts-img-core]: http://stackage.org/package/co-log-core/badge/lts-[lts-core]: http://stackage.org/lts/package/co-log-core
co-log-core.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.4 name: co-log-core-version: 0.3.1.0+version: 0.3.2.0 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.@@ -39,14 +39,15 @@ GHC == 8.8.4 GHC == 8.10.7 GHC == 9.0.2- GHC == 9.2.1+ GHC == 9.2.4+ GHC == 9.4.2 source-repository head type: git location: https://github.com/co-log/co-log-core.git common common-options- build-depends: base >= 4.10.1.0 && < 4.17+ build-depends: base >= 4.10.1.0 && < 4.18 ghc-options: -Wall -Wcompat@@ -100,5 +101,5 @@ type: exitcode-stdio-1.0 hs-source-dirs: test main-is: Doctests.hs- build-depends: doctest >= 0.16.0 && < 0.19+ build-depends: doctest >= 0.16.0 && < 0.21 , Glob ^>= 0.10.0