polysemy-log 0.3.0.0 → 0.3.0.1
raw patch · 2 files changed
+5/−3 lines, 2 filesPVP: minor bump suggested
API additions: PVP suggests at least a minor version bump
API changes (from Hackage documentation)
+ Polysemy.Log: interpretLogStderrConc :: Members [Resource, Async, Race, Embed IO] r => InterpreterFor Log r
+ Polysemy.Log: interpretLogStdoutConc :: Members [Resource, Async, Race, Embed IO] r => InterpreterFor Log r
Files
- lib/Polysemy/Log.hs +4/−2
- polysemy-log.cabal +1/−1
lib/Polysemy/Log.hs view
@@ -36,9 +36,11 @@ -- ** Interpreters interpretLogStderrWith,+ interpretLogStderrConc, interpretLogStderr, interpretLogStderr', interpretLogStdoutWith,+ interpretLogStdoutConc, interpretLogStdout, interpretLogStdout', interpretLogDataLog,@@ -72,14 +74,14 @@ interpretDataLogStderrWith, interpretLogStderr, interpretLogStderr',- interpretLogStderrWith,+ interpretLogStderrWith, interpretLogStderrConc ) import Polysemy.Log.Stdout ( interpretDataLogStdout, interpretDataLogStdoutWith, interpretLogStdout, interpretLogStdout',- interpretLogStdoutWith,+ interpretLogStdoutWith, interpretLogStdoutConc ) -- $intro
polysemy-log.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack name: polysemy-log-version: 0.3.0.0+version: 0.3.0.1 synopsis: Polysemy Effects for Logging description: See <https://hackage.haskell.org/package/polysemy-log/docs/Polysemy-Log.html> category: Logging