summaryrefslogtreecommitdiff
path: root/Common/Annex.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Common/Annex.hs')
-rw-r--r--Common/Annex.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Common/Annex.hs b/Common/Annex.hs
index 43f1ea0af..f802ec253 100644
--- a/Common/Annex.hs
+++ b/Common/Annex.hs
@@ -1,6 +1,7 @@
module Common.Annex (
module Common,
module Types,
+ module Types.UUID,
module Annex,
module Locations,
module Messages,
@@ -8,6 +9,7 @@ module Common.Annex (
import Common
import Types
+import Types.UUID (toUUID, fromUUID)
import Annex (gitRepo)
import Locations
import Messages