summaryrefslogtreecommitdiff
path: root/Annex.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Annex.hs')
-rw-r--r--Annex.hs7
1 files changed, 1 insertions, 6 deletions
diff --git a/Annex.hs b/Annex.hs
index f695985e1..830f61919 100644
--- a/Annex.hs
+++ b/Annex.hs
@@ -22,12 +22,7 @@ import Backend
import BackendList
import UUID
import LocationLog
-
--- git-annex's runtime state
-data State = State {
- repo :: GitRepo,
- backends :: [Backend]
-}
+import Types
{- An annexed file's content is stored somewhere under .git/annex/ -}
annexDir :: GitRepo -> Key -> FilePath