packages feed

polysemy-log-co 0.2.2.3 → 0.2.2.4

raw patch · 4 files changed

+7/−7 lines, 4 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

− Changelog.md
+ changelog.md view
lib/Polysemy/Log/Colog.hs view
@@ -16,16 +16,16 @@   interpretCologAtomic' ) where +import Polysemy.Log.Colog.Atomic (interpretCologAtomic, interpretCologAtomic') import Polysemy.Log.Colog.Colog (-  interpretLogStdout,-  interpretLogStdoutConc,+  interpretDataLogColog,   interpretLogColog,-  interpretLogStdoutAsNative,   interpretLogColog',-  interpretDataLogColog,+  interpretLogStdout,+  interpretLogStdoutAsNative,+  interpretLogStdoutConc,   ) import Polysemy.Log.Colog.Conc (interpretCologConcNative, interpretCologConcNativeWith)-import Polysemy.Log.Colog.Atomic (interpretCologAtomic, interpretCologAtomic')  -- $intro -- This package is a [co-log](https://hackage.haskell.org/package/co-log-polysemy) adapter for
polysemy-log-co.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack  name:           polysemy-log-co-version:        0.2.2.3+version:        0.2.2.4 synopsis:       Colog Adapters for Polysemy-Log description:    See <https://hackage.haskell.org/package/polysemy-log-co/docs/Polysemy-Log-Colog.html> category:       Logging@@ -19,7 +19,7 @@ build-type:     Simple extra-source-files:     readme.md-    Changelog.md+    changelog.md  source-repository head   type: git