fast-logger 2.2.1 → 2.2.3
raw patch · 2 files changed
+5/−3 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- System/Log/FastLogger.hs +4/−2
- fast-logger.cabal +1/−1
System/Log/FastLogger.hs view
@@ -112,9 +112,11 @@ -- -- Note: Since version 2.1.6, this function does not need to be -- explicitly called, as every push includes an auto-debounced flush--- courtesy of the auto-update package.+-- courtesy of the auto-update package. Since version 2.2.2, this+-- function can be used to force flushing outside of the debounced+-- flush calls. flushLogStr :: LoggerSet -> IO ()-flushLogStr (LoggerSet _ _ _ go) = go+flushLogStr (LoggerSet _ fref arr _) = flushLogStrRaw fref arr flushLogStrRaw :: IORef FD -> Array Int Logger -> IO () flushLogStrRaw fref arr = do
fast-logger.cabal view
@@ -1,5 +1,5 @@ Name: fast-logger-Version: 2.2.1+Version: 2.2.3 Author: Kazu Yamamoto <kazu@iij.ad.jp> Maintainer: Kazu Yamamoto <kazu@iij.ad.jp> License: BSD3