diff options
author | Joey Hess <joey@kitenet.net> | 2013-12-11 00:15:10 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-12-11 00:15:10 -0400 |
commit | ceb2a55aad9667421e8bb74f263786c74e6798fd (patch) | |
tree | b20eb544958829d068930317b09bdedee57c110a /git-annex.cabal | |
parent | ab0dd8edd4c5ab74ee90d41e920b9e0425afdf89 (diff) |
pull in Win32-extras, to be able to get current process id in Windows
Fixed up a number of things that had worked around there not being a way to
get that.
Most notably, transfer info files on windows now include the process id,
since no locking is currently done. This means the file format varies
between windows and unix.
Diffstat (limited to 'git-annex.cabal')
-rw-r--r-- | git-annex.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git-annex.cabal b/git-annex.cabal index 789ded518..3d1c0b211 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -101,7 +101,7 @@ Executable git-annex GHC-Options: -O2 if (os(windows)) - Build-Depends: Win32 + Build-Depends: Win32, Win32-extras else Build-Depends: unix -- Need to list these because they're generated from .hsc files. |