fix imports

This commit is contained in:
Joey Hess 2013-05-14 13:53:29 -04:00
parent 1496342c9e
commit 17952a893e
2 changed files with 2 additions and 0 deletions

View file

@ -10,6 +10,7 @@
module Annex.Ssh (
sshCachingOptions,
sshCleanup,
sshCacheDir,
sshReadPort,
) where

View file

@ -20,6 +20,7 @@ import Common.Annex
import Utility.CopyFile
import Utility.Rsync
import Remote.Helper.Ssh
import Annex.Ssh
import Types.Remote
import Types.GitConfig
import qualified Git