fix build warnings on windows
This commit is contained in:
parent
e11776ae80
commit
e822df2a09
13 changed files with 28 additions and 15 deletions
|
@ -14,11 +14,11 @@ module Utility.MoveFile (
|
|||
) where
|
||||
|
||||
import Control.Monad
|
||||
import System.PosixCompat.Files (isDirectory)
|
||||
import System.IO.Error
|
||||
import Prelude
|
||||
|
||||
#ifndef mingw32_HOST_OS
|
||||
import System.PosixCompat.Files (isDirectory)
|
||||
import Control.Monad.IfElse
|
||||
import Utility.SafeCommand
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue