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
|
@ -7,10 +7,10 @@ module Build.TestConfig where
|
|||
import Utility.Path
|
||||
import Utility.Monad
|
||||
import Utility.SafeCommand
|
||||
import Utility.Directory
|
||||
|
||||
import System.IO
|
||||
import System.FilePath
|
||||
import System.Directory hiding (isSymbolicLink)
|
||||
|
||||
type ConfigKey = String
|
||||
data ConfigValue =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue