diff options
Diffstat (limited to 'Common')
-rw-r--r-- | Common/Annex.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Common/Annex.hs b/Common/Annex.hs index f802ec253..6b5bc31de 100644 --- a/Common/Annex.hs +++ b/Common/Annex.hs @@ -10,6 +10,6 @@ module Common.Annex ( import Common import Types import Types.UUID (toUUID, fromUUID) -import Annex (gitRepo) +import Annex (gitRepo, inRepo, fromRepo) import Locations import Messages |