From 11afa0bb827d05ed535463235c5f1805e8992273 Mon Sep 17 00:00:00 2001
From: Ben Gamari <ben@smart-cactus.org>
Date: Fri, 17 Jul 2020 14:12:22 -0400
Subject: [PATCH] Bump bound on Win32 library

---
 process.cabal | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/process.cabal b/process.cabal
index b0b1bf38..56beecfe 100644
--- a/process.cabal
+++ b/process.cabal
@@ -57,7 +57,7 @@ library
         c-sources:
             cbits/win32/runProcess.c
         other-modules: System.Process.Windows
-        build-depends: Win32 >=2.2 && < 2.9
+        build-depends: Win32 >=2.2 && < 2.10
         -- ole32 and rpcrt4 are needed to create GUIDs for unique named pipes
         -- for process.
         extra-libraries: kernel32, ole32, rpcrt4
-- 
GitLab