diff options
author | JoeyHess <> | 2013-04-05 16:26:05 (GMT) |
---|---|---|
committer | hdiff <hdiff@hdiff.luite.com> | 2013-04-05 16:26:05 (GMT) |
commit | 0ef77235d5c3743f0189030a5200a81a557f8e31 (patch) | |
tree | 628967eaf483cd43f5e284f2e38df1bee6b27d48 /Types.hs | |
parent | f299fa19ebd7a929ca6f3ac402c21815effd89f9 (diff) |
version 4.201304054.20130405
Diffstat (limited to 'Types.hs')
-rw-r--r-- | Types.hs | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -14,8 +14,7 @@ module Types ( RemoteGitConfig(..), Remote, RemoteType, - Option, - MeterUpdate + Option ) where import Annex @@ -25,7 +24,6 @@ import Types.Key import Types.UUID import Types.Remote import Types.Option -import Types.Meters type Backend = BackendA Annex type Remote = RemoteA Annex |