summaryrefslogtreecommitdiff
path: root/Annex.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2010-10-12 15:52:18 -0400
committerGravatar Joey Hess <joey@kitenet.net>2010-10-12 15:52:18 -0400
commit759f146d0fd5857cbbb796367c3dd8c695550b46 (patch)
tree86efbb534c747c7376e6ff62344a86665ab00995 /Annex.hs
parentd257bad93c4ae6f8e6ef6a9c848e63d0f46eb225 (diff)
update
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