diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,7 @@
+0.5.0.2
+=======
+* Export Katip.Compat for Windows users.
+
 0.5.0.1
 =======
 * Fix numeric formatting in Handle scribe.
diff --git a/katip.cabal b/katip.cabal
--- a/katip.cabal
+++ b/katip.cabal
@@ -1,5 +1,5 @@
 name:                katip
-version:             0.5.0.1
+version:             0.5.0.2
 synopsis:            A structured logging framework.
 description:
   Katip is a structured logging framework. See README.md for more details.
@@ -87,7 +87,7 @@
     ghc-options: -Werror
   if os(windows)
     build-depends: Win32 >=2.3 && <2.5
-    other-modules: Katip.Compat
+    exposed-modules: Katip.Compat
   else
     build-depends: unix >= 2.5 && <2.8
 
