summaryrefslogtreecommitdiff
path: root/RemoteClass.hs
diff options
context:
space:
mode:
Diffstat (limited to 'RemoteClass.hs')
-rw-r--r--RemoteClass.hs3
1 files changed, 1 insertions, 2 deletions
diff --git a/RemoteClass.hs b/RemoteClass.hs
index f3cc9379b..0482faac7 100644
--- a/RemoteClass.hs
+++ b/RemoteClass.hs
@@ -47,8 +47,7 @@ data Remote a = Remote {
-- Some remotes can check hasKey without an expensive network
-- operation.
hasKeyCheap :: Bool,
- -- a Remote may have a persistent configuration store
- hasConfig :: Bool,
+ -- a Remote can have a persistent configuration store
config :: Maybe (M.Map String String),
-- initializes or changes the config of a remote
setup :: M.Map String String -> a ()