rename
This commit is contained in:
parent
c199a01dd1
commit
6a6ea06cee
73 changed files with 73 additions and 73 deletions
|
@ -22,7 +22,7 @@ import System.IO.Binary
|
|||
import System.Exit
|
||||
import qualified Data.ByteString.Lazy.Char8 as L
|
||||
|
||||
import Annex.Common
|
||||
import Common.Annex
|
||||
import Annex.Exception
|
||||
import Types.BranchState
|
||||
import qualified Git
|
||||
|
|
|
@ -9,7 +9,7 @@ module Annex.CatFile (
|
|||
catFile
|
||||
) where
|
||||
|
||||
import Annex.Common
|
||||
import Common.Annex
|
||||
import qualified Git.CatFile
|
||||
import qualified Annex
|
||||
|
||||
|
|
|
@ -1,13 +0,0 @@
|
|||
module Annex.Common (
|
||||
module Common,
|
||||
module Types,
|
||||
module Annex,
|
||||
module Locations,
|
||||
module Messages,
|
||||
) where
|
||||
|
||||
import Common
|
||||
import Types
|
||||
import Annex (gitRepo)
|
||||
import Locations
|
||||
import Messages
|
|
@ -21,7 +21,7 @@ module Annex.Content (
|
|||
saveState
|
||||
) where
|
||||
|
||||
import Annex.Common
|
||||
import Common.Annex
|
||||
import LocationLog
|
||||
import UUID
|
||||
import qualified Git
|
||||
|
|
|
@ -15,7 +15,7 @@ import Control.Exception.Control (handle)
|
|||
import Control.Monad.IO.Control (liftIOOp)
|
||||
import Control.Exception hiding (handle, throw)
|
||||
|
||||
import Annex.Common
|
||||
import Common.Annex
|
||||
|
||||
{- Runs an Annex action, with setup and cleanup both in the IO monad. -}
|
||||
bracketIO :: IO c -> (c -> IO b) -> Annex a -> Annex a
|
||||
|
|
|
@ -11,7 +11,7 @@ module Annex.Queue (
|
|||
flushWhenFull
|
||||
) where
|
||||
|
||||
import Annex.Common
|
||||
import Common.Annex
|
||||
import Annex
|
||||
import qualified Git.Queue
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
module Annex.Version where
|
||||
|
||||
import Annex.Common
|
||||
import Common.Annex
|
||||
import qualified Git
|
||||
import Config
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue