katip 0.8.8.3 → 0.8.8.4
raw patch · 3 files changed
+7/−2 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- changelog.md +4/−0
- katip.cabal +1/−1
- src/Katip/Core.hs +2/−1
changelog.md view
@@ -1,3 +1,7 @@+0.8.8.4+=======+* Fix build on GHC 9.6 and below [#160](https://github.com/Soostone/katip/pull/160)+ 0.8.8.3 ======= * Don't rely on package names in `getLoc` [#159](https://github.com/Soostone/katip/pull/159)
katip.cabal view
@@ -1,5 +1,5 @@ name: katip-version: 0.8.8.3+version: 0.8.8.4 synopsis: A structured logging framework. description: Katip is a structured logging framework. See README.md for more details.
src/Katip/Core.hs view
@@ -98,8 +98,9 @@ import System.Posix #endif +import GHC.Conc.Sync (labelThread) #if MIN_VERSION_base(4, 19, 0)-import GHC.Conc.Sync (fromThreadId, labelThread)+import GHC.Conc.Sync (fromThreadId) #else import Data.Maybe (fromMaybe) #endif