packages feed

fast-logger 2.4.8 → 2.4.9

raw patch · 3 files changed

+11/−2 lines, 3 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

ChangeLog.md view
@@ -1,3 +1,12 @@+## 2.4.9++* Fixing build on Windows. [#118](https://github.com/kazu-yamamoto/logger/pull/118)++## 2.4.8++* Add Semigroup instance to LogStr [#115](https://github.com/kazu-yamamoto/logger/pull/115)+* Added note on log message ordering [#116](https://github.com/kazu-yamamoto/logger/pull/116)+ ## 2.4.7  * Fixing interleaved log output when messages are larger than buffer size. [#103](https://github.com/kazu-yamamoto/logger/pull/103)
System/Log/FastLogger/FileIO.hs view
@@ -12,7 +12,7 @@ import Data.Bits ((.|.))  type FD = HANDLE-#ifdef !MIN_VERSION_win32(2,3,1,0)+#if !MIN_VERSION_Win32(2,3,1) -- This flag is not defined in System.Win32.File fILE_APPEND_DATA :: UINT fILE_APPEND_DATA = 0x0004
fast-logger.cabal view
@@ -1,5 +1,5 @@ Name:                   fast-logger-Version:                2.4.8+Version:                2.4.9 Author:                 Kazu Yamamoto <kazu@iij.ad.jp> Maintainer:             Kazu Yamamoto <kazu@iij.ad.jp> License:                BSD3