diff options
author | JoeyHess <> | 2011-11-22 19:29:27 (GMT) |
---|---|---|
committer | hdiff <hdiff@luite.com> | 2011-11-22 19:29:27 (GMT) |
commit | 97ffc7883add1448cdb17e47d6beb8aaff58c3c9 (patch) | |
tree | 19c33ce64ab39e5f8a9548f61f62758892c51fb3 /Types.hs | |
parent | abebee161ad5509712df566f35defc15d1427238 (diff) |
version 3.201111223.20111122
Diffstat (limited to 'Types.hs')
-rw-r--r-- | Types.hs | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -8,9 +8,11 @@ module Types ( Annex, Backend, - Key + Key, + UUID(..) ) where import Annex import Types.Backend import Types.Key +import Types.UUID |