summaryrefslogtreecommitdiff
path: root/Logs/UUID.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Logs/UUID.hs')
-rw-r--r--Logs/UUID.hs6
1 files changed, 5 insertions, 1 deletions
diff --git a/Logs/UUID.hs b/Logs/UUID.hs
index 20f43d15c..17b0330c1 100644
--- a/Logs/UUID.hs
+++ b/Logs/UUID.hs
@@ -16,7 +16,8 @@
module Logs.UUID (
describeUUID,
recordUUID,
- uuidMap
+ uuidMap,
+ uuidList
) where
import qualified Data.Map as M
@@ -87,3 +88,6 @@ uuidMap = do
return $ M.insertWith' preferold u "" m
where
preferold = flip const
+
+uuidList :: Annex [UUID]
+uuidList = M.keys <$> uuidMap