summaryrefslogtreecommitdiff
path: root/Annex.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Annex.hs')
-rw-r--r--Annex.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Annex.hs b/Annex.hs
index 08607cafa..68c0cb88e 100644
--- a/Annex.hs
+++ b/Annex.hs
@@ -13,6 +13,7 @@ module Annex (
) where
import Control.Monad.State
+
import qualified GitRepo as Git
import Types
import qualified BackendTypes as Backend