add a UUID type

Should have done this a long time ago.
This commit is contained in:
Joey Hess 2011-11-07 14:46:01 -04:00
parent b08f7c428b
commit 63a292324d
18 changed files with 67 additions and 55 deletions

View file

@ -9,7 +9,7 @@ module Types (
Annex,
Backend,
Key,
UUID
UUID(..)
) where
import Annex