diff options
author | JoeyHess <> | 2016-01-26 19:47:00 (GMT) |
---|---|---|
committer | hdiff <hdiff@hdiff.luite.com> | 2016-01-26 19:47:00 (GMT) |
commit | 6827c0813f08b9c1f7b7499ca1b12a5d2d50bf78 (patch) | |
tree | 06ad2d21fcd36179373cefb13b1b4b401a1af84d /Types.hs | |
parent | bdb9197558a1cc04932342bf2c7e4fbe22dbc439 (diff) |
version 6.201601266.20160126
Diffstat (limited to 'Types.hs')
-rw-r--r-- | Types.hs | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -15,7 +15,6 @@ module Types ( RemoteGitConfig(..), Remote, RemoteType, - Option ) where import Annex @@ -24,7 +23,6 @@ import Types.GitConfig import Types.Key import Types.UUID import Types.Remote -import Types.Option type Backend = BackendA Annex type Remote = RemoteA Annex |