From 309c433d691f277c24478cd4b654993b43d8a008 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 24 Oct 2017 12:06:41 -0400 Subject: temporarily import from win32-extras --- Utility/PID.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Utility/PID.hs b/Utility/PID.hs index f5f8aa873..ac63045a7 100644 --- a/Utility/PID.hs +++ b/Utility/PID.hs @@ -13,7 +13,8 @@ module Utility.PID where import System.Posix.Types (ProcessID) import System.Posix.Process (getProcessID) #else -import System.Win32.Process (ProcessId, getCurrentProcessId) +import System.Win32.Process (ProcessId) +import System.Win32.Process.Current (getCurrentProcessId) #endif #ifndef mingw32_HOST_OS -- cgit v1.2.3