summaryrefslogtreecommitdiff
path: root/Remote/Tahoe.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Remote/Tahoe.hs')
-rw-r--r--Remote/Tahoe.hs13
1 files changed, 7 insertions, 6 deletions
diff --git a/Remote/Tahoe.hs b/Remote/Tahoe.hs
index b197edca2..d3d52d7de 100644
--- a/Remote/Tahoe.hs
+++ b/Remote/Tahoe.hs
@@ -52,12 +52,13 @@ type IntroducerFurl = String
type Capability = String
remote :: RemoteType
-remote = RemoteType {
- typename = "tahoe",
- enumerate = const (findSpecialRemotes "tahoe"),
- generate = gen,
- setup = tahoeSetup
-}
+remote = RemoteType
+ { typename = "tahoe"
+ , enumerate = const (findSpecialRemotes "tahoe")
+ , generate = gen
+ , setup = tahoeSetup
+ , exportSupported = exportUnsupported
+ }
gen :: Git.Repo -> UUID -> RemoteConfig -> RemoteGitConfig -> Annex (Maybe Remote)
gen r u c gc = do