From 102f5ca98661d3a6118e6610e59579c715a8ffd1 Mon Sep 17 00:00:00 2001 From: Ben Gamari <ben@smart-cactus.org> Date: Wed, 23 Sep 2020 16:41:22 -0400 Subject: [PATCH] Bump Win32 upper bound --- process.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/process.cabal b/process.cabal index 66bef6b7..8b3a32e8 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.10 + build-depends: Win32 >=2.2 && < 2.11 -- ole32 and rpcrt4 are needed to create GUIDs for unique named pipes -- for process. extra-libraries: kernel32, ole32, rpcrt4 -- GitLab