summaryrefslogtreecommitdiff
path: root/Remote/S3stub.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-12-31 04:11:39 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-12-31 04:11:58 -0400
commit4a02c2ea629e1825c824bcc09449806b12408699 (patch)
treefc00de3f710c2e2b2bbc6d4f99d576158648eb0b /Remote/S3stub.hs
parenta2ec2d3760f5ae17836ade3b0238dde7f9de5bd2 (diff)
type alias cleanup
Diffstat (limited to 'Remote/S3stub.hs')
-rw-r--r--Remote/S3stub.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Remote/S3stub.hs b/Remote/S3stub.hs
index d91a222e8..31e8a339e 100644
--- a/Remote/S3stub.hs
+++ b/Remote/S3stub.hs
@@ -4,7 +4,7 @@ module Remote.S3 (remote) where
import Types.Remote
import Types
-remote :: RemoteType Annex
+remote :: RemoteType
remote = RemoteType {
typename = "S3",
enumerate = return [],