fix build on windows
This commit is contained in:
parent
84fd6ef157
commit
83df96d1f5
1 changed files with 3 additions and 0 deletions
|
@ -34,6 +34,9 @@ module Utility.Path (
|
|||
import System.FilePath
|
||||
import Data.List
|
||||
import Data.Maybe
|
||||
#ifdef mingw32_HOST_OS
|
||||
import Data.Char
|
||||
#endif
|
||||
import Control.Applicative
|
||||
import Prelude
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue