diff --git a/process.cabal b/process.cabal index 66bef6b79d743ef4df965a3086eacac0013df80d..8b3a32e82a2f23838f33be16f635d9ce3a01c7c2 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