successfully split Annex and AnnexState out of TypeInternals
This commit is contained in:
parent
109a719b03
commit
082b022f9a
12 changed files with 72 additions and 77 deletions
|
@ -24,6 +24,7 @@ import qualified Remotes
|
|||
import qualified GitRepo as Git
|
||||
import Content
|
||||
import qualified Annex
|
||||
import Types
|
||||
import UUID
|
||||
import Messages
|
||||
|
||||
|
|
|
@ -19,6 +19,7 @@ import Messages
|
|||
import qualified Annex
|
||||
import Locations
|
||||
import Content
|
||||
import Types
|
||||
|
||||
backend :: Backend Annex
|
||||
backend = Backend.File.backend {
|
||||
|
|
|
@ -10,6 +10,7 @@ module Backend.URL (backend) where
|
|||
import Control.Monad.State (liftIO)
|
||||
import Data.String.Utils
|
||||
|
||||
import Types
|
||||
import TypeInternals
|
||||
import Utility
|
||||
import Messages
|
||||
|
|
|
@ -20,6 +20,7 @@ import Locations
|
|||
import qualified Annex
|
||||
import Content
|
||||
import Messages
|
||||
import Types
|
||||
|
||||
backend :: Backend Annex
|
||||
backend = Backend.File.backend {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue