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
|
||||
|
||||
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,
|
||||
|
|
Loading…
Reference in a new issue