avoid warnings about not exported System.Directory.isSymbolicLink
This commit is contained in:
parent
9f6c29fb38
commit
b22409db38
20 changed files with 18 additions and 21 deletions
|
@ -12,12 +12,12 @@ module Main where
|
|||
import Control.Monad.IfElse
|
||||
import System.Environment
|
||||
import System.FilePath
|
||||
import System.Directory hiding (isSymbolicLink)
|
||||
import Control.Monad
|
||||
import Build.BundledPrograms
|
||||
|
||||
import Utility.SafeCommand
|
||||
import Utility.Path
|
||||
import Utility.Directory
|
||||
|
||||
progDir :: FilePath -> FilePath
|
||||
#ifdef darwin_HOST_OS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue