summaryrefslogtreecommitdiff
path: root/Annex/Ssh.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-05-14 13:53:29 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-05-14 13:53:29 -0400
commit936e510218bf6ea220c38f0e86d624c2d7275fac (patch)
tree788fdb631af3a9df6ffeba7a57e38b519553b24a /Annex/Ssh.hs
parentdf34bc759deed4b43c533dce703d4b0371881ba1 (diff)
fix imports
Diffstat (limited to 'Annex/Ssh.hs')
-rw-r--r--Annex/Ssh.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Annex/Ssh.hs b/Annex/Ssh.hs
index 1f924ecad..940cbb5a7 100644
--- a/Annex/Ssh.hs
+++ b/Annex/Ssh.hs
@@ -10,6 +10,7 @@
module Annex.Ssh (
sshCachingOptions,
sshCleanup,
+ sshCacheDir,
sshReadPort,
) where