add a UUID type
Should have done this a long time ago.
This commit is contained in:
parent
b08f7c428b
commit
63a292324d
18 changed files with 67 additions and 55 deletions
|
@ -21,5 +21,5 @@ seek = [withNothing start]
|
|||
start :: CommandStart
|
||||
start = do
|
||||
u <- getUUID
|
||||
liftIO $ putStrLn $ "annex.uuid=" ++ u
|
||||
liftIO $ putStrLn $ "annex.uuid=" ++ show u
|
||||
stop
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue