summaryrefslogtreecommitdiff
path: root/UUID.hs
diff options
context:
space:
mode:
Diffstat (limited to 'UUID.hs')
-rw-r--r--UUID.hs8
1 files changed, 6 insertions, 2 deletions
diff --git a/UUID.hs b/UUID.hs
index 78667f235..5d8304f83 100644
--- a/UUID.hs
+++ b/UUID.hs
@@ -19,7 +19,8 @@ module UUID (
genUUID,
prettyPrintUUIDs,
describeUUID,
- uuidMap
+ uuidMap,
+ uuidLog
) where
import Control.Monad.State
@@ -35,11 +36,14 @@ import Types.UUID
import qualified Annex
import qualified SysConfig
import Config
-import Locations
configkey :: String
configkey = "annex.uuid"
+{- Filename of uuid.log. -}
+uuidLog :: FilePath
+uuidLog = "uuid.log"
+
{- Generates a UUID. There is a library for this, but it's not packaged,
- so use the command line tool. -}
genUUID :: IO UUID