summaryrefslogtreecommitdiff
path: root/Utility
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-11-09 14:03:06 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-11-09 14:03:06 -0400
commitafaf1799d47d88e1e0ace4f1bb128684761e11c1 (patch)
tree2c81c47e3f9af507cdc93e9894cb8c6b39514c79 /Utility
parentad2fa41b8739d28c18164aba00f3af26887ccc73 (diff)
remove dep on Win32-extras
Win32 now has its own getCurrentProcessId.
Diffstat (limited to 'Utility')
-rw-r--r--Utility/PID.hs3
1 files changed, 1 insertions, 2 deletions
diff --git a/Utility/PID.hs b/Utility/PID.hs
index ac63045a7..f5f8aa873 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