diff options
author | JoeyHess <> | 2013-01-02 19:27:27 (GMT) |
---|---|---|
committer | hdiff <hdiff@hdiff.luite.com> | 2013-01-02 19:27:27 (GMT) |
commit | f10bac5524b275349a53eae23174afc23de16439 (patch) | |
tree | e20633aa4f7c3e0d28b1a764c25e4ad609ab1a62 /Types.hs | |
parent | cc1117dbe2780b58078694f24d0d52e4f06284e5 (diff) |
version 3.201301023.20130102
Diffstat (limited to 'Types.hs')
-rw-r--r-- | Types.hs | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -10,6 +10,8 @@ module Types ( Backend, Key, UUID(..), + GitConfig(..), + RemoteGitConfig(..), Remote, RemoteType, Option, @@ -18,6 +20,7 @@ module Types ( import Annex import Types.Backend +import Types.GitConfig import Types.Key import Types.UUID import Types.Remote |