lift to IO
This commit is contained in:
parent
946a7f3f21
commit
e67887d98b
2 changed files with 11 additions and 6 deletions
4
UUID.hs
4
UUID.hs
|
@ -91,7 +91,7 @@ reposByUUID repos uuids = do
|
|||
|
||||
{- Pretty-prints a list of UUIDs
|
||||
- TODO: use lookup file to really show pretty names. -}
|
||||
prettyPrintUUIDs :: [UUID] -> String
|
||||
prettyPrintUUIDs :: [UUID] -> Annex String
|
||||
prettyPrintUUIDs uuids =
|
||||
unwords $ map (\u -> "\tUUID "++u++"\n") uuids
|
||||
return $ unwords $ map (\u -> "\tUUID "++u++"\n") uuids
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue