diff options
author | Joey Hess <joeyh@joeyh.name> | 2017-08-16 17:51:29 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2017-08-16 17:51:29 -0400 |
commit | 6c04d0de78924ba1b9851889310f291149089795 (patch) | |
tree | 2bd29810c48fec9dbed3d8c7a5d596ef3b68fd77 /Utility | |
parent | e3f7d84c4f8e217f8f38511c62e91053cc924f75 (diff) |
make import work with Win32 instead of Win32-extras
Diffstat (limited to 'Utility')
-rw-r--r-- | Utility/PID.hs | 3 |
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 |