This commit is contained in:
Joey Hess 2011-10-05 16:02:51 -04:00
parent c199a01dd1
commit 6a6ea06cee
73 changed files with 73 additions and 73 deletions

View file

@ -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

View file

@ -9,7 +9,7 @@ module Annex.CatFile (
catFile
) where
import Annex.Common
import Common.Annex
import qualified Git.CatFile
import qualified Annex

View file

@ -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

View file

@ -21,7 +21,7 @@ module Annex.Content (
saveState
) where
import Annex.Common
import Common.Annex
import LocationLog
import UUID
import qualified Git

View file

@ -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

View file

@ -11,7 +11,7 @@ module Annex.Queue (
flushWhenFull
) where
import Annex.Common
import Common.Annex
import Annex
import qualified Git.Queue

View file

@ -7,7 +7,7 @@
module Annex.Version where
import Annex.Common
import Common.Annex
import qualified Git
import Config