13c090b37a
None of these are likely to yeild a noticable speedup though.
15 lines
363 B
Haskell
15 lines
363 B
Haskell
{-# LANGUAGE CPP #-}
|
|
|
|
module Annex.Common (module X) where
|
|
|
|
import Common as X
|
|
import Types as X
|
|
import Key as X
|
|
import Types.UUID as X
|
|
import Annex as X (gitRepo, inRepo, fromRepo, calcRepo)
|
|
import Annex.Locations as X
|
|
import Annex.Debug as X (fastDebug, debug)
|
|
import Messages as X
|
|
#ifndef mingw32_HOST_OS
|
|
import System.Posix.IO as X hiding (createPipe)
|
|
#endif
|