summaryrefslogtreecommitdiff
path: root/TypeInternals.hs
diff options
context:
space:
mode:
Diffstat (limited to 'TypeInternals.hs')
-rw-r--r--TypeInternals.hs4
1 files changed, 3 insertions, 1 deletions
diff --git a/TypeInternals.hs b/TypeInternals.hs
index 188f5e534..d4404fd39 100644
--- a/TypeInternals.hs
+++ b/TypeInternals.hs
@@ -10,6 +10,7 @@ import Data.String.Utils
import qualified Data.Map as M
import qualified GitRepo as Git
+import qualified GitQueue
-- command-line flags
type FlagName = String
@@ -24,7 +25,8 @@ data AnnexState = AnnexState {
repo :: Git.Repo,
backends :: [Backend],
supportedBackends :: [Backend],
- flags :: M.Map FlagName Flag
+ flags :: M.Map FlagName Flag,
+ repoqueue :: GitQueue.Queue
} deriving (Show)
-- git-annex's monad