From 266bf43632be8dc7730b31199de4c8033820859c Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 16 Aug 2017 17:51:29 -0400 Subject: [PATCH] make import work with Win32 instead of Win32-extras --- Utility/PID.hs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Utility/PID.hs b/Utility/PID.hs index ac63045a77..f5f8aa873e 100644 --- a/Utility/PID.hs +++ b/Utility/PID.hs @@ -13,8 +13,7 @@ module Utility.PID where import System.Posix.Types (ProcessID) import System.Posix.Process (getProcessID) #else -import System.Win32.Process (ProcessId) -import System.Win32.Process.Current (getCurrentProcessId) +import System.Win32.Process (ProcessId, getCurrentProcessId) #endif #ifndef mingw32_HOST_OS