diff options
author | 2017-09-15 16:34:45 -0400 | |
---|---|---|
committer | 2017-09-15 16:46:03 -0400 | |
commit | 15d757049d764410e3d71bbb68640549f86fc543 (patch) | |
tree | 8bdff79aa30eb197142899ef82f03cc577f61862 /Remote/S3.hs | |
parent | 2d3f18876550ee2e37a60aea1c0faaa369606ae0 (diff) |
split out Types.Export
Diffstat (limited to 'Remote/S3.hs')
-rw-r--r-- | Remote/S3.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Remote/S3.hs b/Remote/S3.hs index 228a8047e..398ca13b1 100644 --- a/Remote/S3.hs +++ b/Remote/S3.hs @@ -33,6 +33,7 @@ import System.Log.Logger import Annex.Common import Types.Remote +import Types.Export import qualified Git import Config import Config.Cost |