diff --git a/process.cabal b/process.cabal
index 92a80daf76a9ba6638bc2b52e2373702099398d1..d59fadbc13bda62fa0a95840286ef34dc533acb7 100644
--- a/process.cabal
+++ b/process.cabal
@@ -58,7 +58,7 @@ library
         c-sources:
             cbits/win32/runProcess.c
         other-modules: System.Process.Windows
-        build-depends: Win32 >=2.4 && < 2.14
+        build-depends: Win32 >=2.4 && < 2.15
         -- ole32 and rpcrt4 are needed to create GUIDs for unique named pipes
         -- for process.
         extra-libraries: kernel32, ole32, rpcrt4