git-annex/UUIDType.hs
2011-06-01 19:11:27 -04:00

11 lines
252 B
Haskell

{- git-annex UUID type
-
- Copyright 2011 Joey Hess <joey@kitenet.net>
-
- Licensed under the GNU GPL version 3 or higher.
-}
module UUIDType where
-- might be nice to have a newtype, but lots of stuff treats uuids as strings
type UUID = String