diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -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)
diff --git a/katip.cabal b/katip.cabal
--- a/katip.cabal
+++ b/katip.cabal
@@ -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
