refactoring, no code changes really
This commit is contained in:
parent
02a21d7f27
commit
070e8530c1
19 changed files with 105 additions and 74 deletions
|
@ -25,6 +25,7 @@ import qualified GitRepo as Git
|
|||
import Core
|
||||
import qualified Annex
|
||||
import UUID
|
||||
import Messages
|
||||
|
||||
backend :: Backend
|
||||
backend = Backend {
|
||||
|
|
|
@ -14,7 +14,7 @@ import System.IO
|
|||
|
||||
import qualified Backend.File
|
||||
import TypeInternals
|
||||
import Core
|
||||
import Messages
|
||||
|
||||
backend :: Backend
|
||||
backend = Backend.File.backend {
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue