diff options
author | Joey Hess <joey@kitenet.net> | 2011-10-05 16:02:51 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-10-05 16:02:51 -0400 |
commit | 6a6ea06cee8ce69f391f7ce78b98b8f26a599e66 (patch) | |
tree | 99821d5d19bd0db96bf43596c3eb9d38824b33cc /Common | |
parent | c199a01dd13e3c25bebcf6e67b9f870dc9be5ce8 (diff) |
rename
Diffstat (limited to 'Common')
-rw-r--r-- | Common/Annex.hs | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Common/Annex.hs b/Common/Annex.hs new file mode 100644 index 000000000..43f1ea0af --- /dev/null +++ b/Common/Annex.hs @@ -0,0 +1,13 @@ +module Common.Annex ( + module Common, + module Types, + module Annex, + module Locations, + module Messages, +) where + +import Common +import Types +import Annex (gitRepo) +import Locations +import Messages |