more namespace cleanup

This commit is contained in:
Joey Hess 2010-10-14 02:52:17 -04:00
parent 4c1d8b9689
commit 0b55bd05de
8 changed files with 49 additions and 39 deletions

View file

@ -30,7 +30,8 @@ import BackendList
import Locations
import qualified GitRepo as Git
import Utility
import Types
import AbstractTypes
import BackendTypes
{- Attempts to store a file in one of the backends. -}
storeFile :: FilePath -> Annex (Maybe (Key, Backend))