summaryrefslogtreecommitdiff
path: root/Utility
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-11-09 15:09:14 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-11-09 15:09:14 -0400
commitce44f20f128ad8740b9098ad86ed70156919cd43 (patch)
tree6da25ef8899f1389545b31752e75695cdf780843 /Utility
parentced01d583d07d224d6638de8a95b6ba59b9f3936 (diff)
Revert "remove dep on Win32-extras"
This reverts commit afaf1799d47d88e1e0ace4f1bb128684761e11c1. Yeah, too early for that too
Diffstat (limited to 'Utility')
-rw-r--r--Utility/PID.hs3
1 files changed, 2 insertions, 1 deletions
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