aboutsummaryrefslogtreecommitdiff
path: root/Utility
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-11-13 12:55:23 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-11-13 12:55:23 -0400
commit788488be0b3af819c4e78b8b9d371e17e0f967a1 (patch)
tree95394660d99a540161bfe1c116c8ef4324a44d5d /Utility
parente112483e7f6a36d3bf24fdc73fecae96e064777c (diff)
Revert "Revert "remove dep on Win32-extras""
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