Revert "Revert "remove dep on Win32-extras""
This reverts commit d18bc52caf
.
This commit is contained in:
parent
ff3312d708
commit
1bd956bed4
2 changed files with 1 additions and 3 deletions
|
@ -13,8 +13,7 @@ module Utility.PID where
|
||||||
import System.Posix.Types (ProcessID)
|
import System.Posix.Types (ProcessID)
|
||||||
import System.Posix.Process (getProcessID)
|
import System.Posix.Process (getProcessID)
|
||||||
#else
|
#else
|
||||||
import System.Win32.Process (ProcessId)
|
import System.Win32.Process (ProcessId, getCurrentProcessId)
|
||||||
import System.Win32.Process.Current (getCurrentProcessId)
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef mingw32_HOST_OS
|
#ifndef mingw32_HOST_OS
|
||||||
|
|
|
@ -382,7 +382,6 @@ Executable git-annex
|
||||||
if (os(windows))
|
if (os(windows))
|
||||||
Build-Depends:
|
Build-Depends:
|
||||||
Win32 (>= 2.6.1.0),
|
Win32 (>= 2.6.1.0),
|
||||||
Win32-extras,
|
|
||||||
unix-compat (>= 0.5),
|
unix-compat (>= 0.5),
|
||||||
setenv,
|
setenv,
|
||||||
process (>= 1.6.2.0)
|
process (>= 1.6.2.0)
|
||||||
|
|
Loading…
Reference in a new issue