summaryrefslogtreecommitdiff
path: root/Backend/File.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-01-25 21:49:04 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-01-25 21:49:04 -0400
commit082b022f9ae56b1446b6607cf7851cd4f1d4f904 (patch)
tree4712d36e841bca351c9aa68a911c4fb82188b4c1 /Backend/File.hs
parent109a719b03dbeb70eb317be17f7e18567efa9dac (diff)
successfully split Annex and AnnexState out of TypeInternals
Diffstat (limited to 'Backend/File.hs')
-rw-r--r--Backend/File.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Backend/File.hs b/Backend/File.hs
index c8ddd5938..962d09909 100644
--- a/Backend/File.hs
+++ b/Backend/File.hs
@@ -24,6 +24,7 @@ import qualified Remotes
import qualified GitRepo as Git
import Content
import qualified Annex
+import Types
import UUID
import Messages