import juggling
This commit is contained in:
parent
2cc13d1a4a
commit
142bde13cd
1 changed files with 1 additions and 4 deletions
|
@ -7,10 +7,7 @@
|
||||||
|
|
||||||
module Utility.CopyFile (copyFileExternal) where
|
module Utility.CopyFile (copyFileExternal) where
|
||||||
|
|
||||||
import System.Directory (doesFileExist, removeFile)
|
import Common
|
||||||
import Control.Monad.IfElse
|
|
||||||
|
|
||||||
import Utility.SafeCommand
|
|
||||||
import qualified Build.SysConfig as SysConfig
|
import qualified Build.SysConfig as SysConfig
|
||||||
|
|
||||||
{- The cp command is used, because I hate reinventing the wheel,
|
{- The cp command is used, because I hate reinventing the wheel,
|
||||||
|
|
Loading…
Reference in a new issue