Revert "Revert "remove dep on Win32-extras""

This reverts commit d18bc52caf.
This commit is contained in:
Joey Hess 2017-11-13 12:55:23 -04:00
parent ff3312d708
commit 1bd956bed4
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 1 additions and 3 deletions

View file

@ -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