diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-09-03 11:03:08 -0700 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-09-03 11:03:08 -0700 |
commit | da451ad509268133fff9b2f58caebae2204b318e (patch) | |
tree | a3baf7d409cb44190b444f8900345228eec01477 /git-annex.cabal | |
parent | 9faaa3e78a9595066e9a129664ee389da3a236c1 (diff) |
webapp: Fix support for entering password when setting up a ssh remote.
Diffstat (limited to 'git-annex.cabal')
-rw-r--r-- | git-annex.cabal | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/git-annex.cabal b/git-annex.cabal index 7800a8b5a..c9103d9d5 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. |