summaryrefslogtreecommitdiff
path: root/Common
diff options
context:
space:
mode:
Diffstat (limited to 'Common')
-rw-r--r--Common/Annex.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Common/Annex.hs b/Common/Annex.hs
index e90825f0e..3b8bcdbdd 100644
--- a/Common/Annex.hs
+++ b/Common/Annex.hs
@@ -3,6 +3,6 @@ module Common.Annex (module X) where
import Common as X
import Types as X
import Types.UUID as X (toUUID, fromUUID)
-import Annex as X (gitRepo, inRepo, fromRepo)
+import Annex as X (gitRepo, inRepo, fromRepo, calcRepo)
import Locations as X
import Messages as X