katip 0.8.7.3 → 0.8.7.4
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~Win32PVP ok
version bump matches the API change (PVP)
Dependency ranges changed: Win32
API changes (from Hackage documentation)
Files
- changelog.md +4/−0
- katip.cabal +2/−2
changelog.md view
@@ -1,3 +1,7 @@+0.8.7.4+=======+* Allow up to GHC 9.6 for Windows [#145](https://github.com/Soostone/katip/pull/145)+ 0.8.7.3 ======= * unix 2.8 compatibility [#143](https://github.com/Soostone/katip/pull/143)
katip.cabal view
@@ -1,5 +1,5 @@ name: katip-version: 0.8.7.3+version: 0.8.7.4 synopsis: A structured logging framework. description: Katip is a structured logging framework. See README.md for more details.@@ -87,7 +87,7 @@ if flag(lib-Werror) ghc-options: -Werror if os(windows)- build-depends: Win32 >=2.3 && <2.9+ build-depends: Win32 >=2.3 && <2.14 exposed-modules: Katip.Compat else build-depends: unix >= 2.5 && <2.9