diff options
author | Joey Hess <joey@kitenet.net> | 2012-04-14 12:33:32 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-04-14 12:33:32 -0400 |
commit | 142bde13cd33481f415a5355a9cd9e74a716e3a8 (patch) | |
tree | 8b86271571e8e3c822b7dd31166f852a07a8cd9e /Utility/CopyFile.hs | |
parent | 2cc13d1a4ad69943069e0eb91f6172eeba51733d (diff) |
import juggling
Diffstat (limited to 'Utility/CopyFile.hs')
-rw-r--r-- | Utility/CopyFile.hs | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Utility/CopyFile.hs b/Utility/CopyFile.hs index c42506485..01639ef2a 100644 --- a/Utility/CopyFile.hs +++ b/Utility/CopyFile.hs @@ -7,10 +7,7 @@ module Utility.CopyFile (copyFileExternal) where -import System.Directory (doesFileExist, removeFile) -import Control.Monad.IfElse - -import Utility.SafeCommand +import Common import qualified Build.SysConfig as SysConfig {- The cp command is used, because I hate reinventing the wheel, |