aboutsummaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-10-04 15:46:25 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-10-04 15:46:25 -0400
commitb411eb441024d5f4afa360ea3ff53c9a502a86a0 (patch)
tree07a598642db1deff9779d80f05b6951205ce1a2a /git-annex.cabal
parent11d7cdc840c5e30310198eb3a5c3ff39a30e2907 (diff)
parentda451ad509268133fff9b2f58caebae2204b318e (diff)
Merge branch 'winprocfix'
Diffstat (limited to 'git-annex.cabal')
-rw-r--r--git-annex.cabal3
1 files changed, 2 insertions, 1 deletions
diff --git a/git-annex.cabal b/git-annex.cabal
index 0b517b639..acf7e63e9 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -157,7 +157,8 @@ Executable git-annex
GHC-Options: -O2
if (os(windows))
- Build-Depends: Win32, Win32-extras, unix-compat (>= 0.4.1.3), setenv
+ Build-Depends: Win32, Win32-extras, unix-compat (>= 0.4.1.3), setenv,
+ process (>= 1.3.0.0)
else
Build-Depends: unix
-- Need to list these because they're generated from .hsc files.