diff options
author | Joey Hess <joey@kitenet.net> | 2012-11-18 21:48:42 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-11-18 21:50:16 -0400 |
commit | 3d6fb239dd88ec7f105b8066b5c5476bb9c2aeec (patch) | |
tree | a04c6aeffdbf2ad7756ac5ac6abf704090bf763a /Types.hs | |
parent | 6aa68125b6d476f0ad9372a0f0fbaa5c118e7096 (diff) |
refactor
Diffstat (limited to 'Types.hs')
-rw-r--r-- | Types.hs | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -12,7 +12,8 @@ module Types ( UUID(..), Remote, RemoteType, - Option + Option, + MeterUpdate ) where import Annex @@ -21,6 +22,7 @@ import Types.Key import Types.UUID import Types.Remote import Types.Option +import Types.Meters type Backend = BackendA Annex type Remote = RemoteA Annex |