diff options
-rw-r--r-- | Remote/S3stub.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Remote/S3stub.hs b/Remote/S3stub.hs index 0d6ec47de..d91a222e8 100644 --- a/Remote/S3stub.hs +++ b/Remote/S3stub.hs @@ -1,7 +1,7 @@ -- stub for when hS3 is not available module Remote.S3 (remote) where -import RemoteClass +import Types.Remote import Types remote :: RemoteType Annex |