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
|
@ -11,9 +11,9 @@
|
|||
module Utility.Tmp where
|
||||
|
||||
import System.IO
|
||||
import System.Directory hiding (isSymbolicLink)
|
||||
import Control.Monad.IfElse
|
||||
import System.FilePath
|
||||
import System.Directory
|
||||
import Control.Monad.IO.Class
|
||||
#ifndef mingw32_HOST_OS
|
||||
import System.Posix.Temp (mkdtemp)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue