diff options
author | Joey Hess <joey@kitenet.net> | 2011-06-10 12:06:40 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-06-10 12:11:34 -0400 |
commit | 19428ea2f4cd1ef9f1c91b5670933bdf989a2af3 (patch) | |
tree | d8afe689a07d1dabae2ad1702e422815aa879fd9 /Remote | |
parent | a4735605159e2f447d71f50aa10ca5094de8b8f8 (diff) |
fix building with S3 stub
Diffstat (limited to 'Remote')
-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 |