refactoring, no code changes really

This commit is contained in:
Joey Hess 2010-11-08 15:15:21 -04:00
parent 02a21d7f27
commit 070e8530c1
19 changed files with 105 additions and 74 deletions

View file

@ -25,6 +25,7 @@ import qualified GitRepo as Git
import Core
import qualified Annex
import UUID
import Messages
backend :: Backend
backend = Backend {

View file

@ -14,7 +14,7 @@ import System.IO
import qualified Backend.File
import TypeInternals
import Core
import Messages
backend :: Backend
backend = Backend.File.backend {

View file

@ -11,8 +11,8 @@ import Control.Monad.State (liftIO)
import Data.String.Utils
import TypeInternals
import Core
import Utility
import Messages
backend :: Backend
backend = Backend {