polysemy-log-co 0.7.0.0 → 0.7.1.0
raw patch · 3 files changed
+11/−1 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- changelog.md +0/−0
- polysemy-log-co.cabal +4/−1
- readme.md +7/−0
+ changelog.md view
polysemy-log-co.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack name: polysemy-log-co-version: 0.7.0.0+version: 0.7.1.0 synopsis: Colog adapters for Polysemy.Log description: See https://hackage.haskell.org/package/polysemy-log-co/docs/Polysemy-Log-Colog.html category: Logging@@ -17,6 +17,9 @@ license: BSD-2-Clause-Patent license-file: LICENSE build-type: Simple+extra-source-files:+ changelog.md+ readme.md source-repository head type: git
+ readme.md view
@@ -0,0 +1,7 @@+Interpreters for [polysemy-log] using the [co-log] backend.++For docs, please visit [Hackage].++[polysemy-log](https://hackage.haskell.org/package/polysemy-log)+[co-log](https://hackage.haskell.org/package/co-log-polysemy)+[Hackage](https://hackage.haskell.org/package/polysemy-log-co)