summaryrefslogtreecommitdiff
path: root/Annex.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Annex.hs')
-rw-r--r--Annex.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Annex.hs b/Annex.hs
index 8f8936937..22fd1b874 100644
--- a/Annex.hs
+++ b/Annex.hs
@@ -67,8 +67,8 @@ data OutputType = NormalOutput | QuietOutput | JSONOutput
-- internal state storage
data AnnexState = AnnexState
{ repo :: Git.Repo
- , backends :: [Backend Annex]
- , remotes :: [Types.Remote.Remote Annex]
+ , backends :: [BackendA Annex]
+ , remotes :: [Types.Remote.RemoteA Annex]
, repoqueue :: Git.Queue.Queue
, output :: OutputType
, force :: Bool