forked from GitHub/gf-core
fix the System.FilePath import for Posix
This commit is contained in:
@@ -31,7 +31,6 @@ import qualified Data.ByteString.Char8 as BS
|
|||||||
|
|
||||||
#ifdef mingw32_HOST_OS
|
#ifdef mingw32_HOST_OS
|
||||||
import System.Win32.DLL
|
import System.Win32.DLL
|
||||||
import System.FilePath.Windows
|
|
||||||
import Foreign.Ptr
|
import Foreign.Ptr
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
@@ -24,12 +24,11 @@ import System.Directory
|
|||||||
import System.IO
|
import System.IO
|
||||||
import System.IO.Error
|
import System.IO.Error
|
||||||
import System.Environment
|
import System.Environment
|
||||||
|
import System.FilePath
|
||||||
import Control.Monad
|
import Control.Monad
|
||||||
|
|
||||||
#ifdef mingw32_HOST_OS
|
#ifdef mingw32_HOST_OS
|
||||||
import System.Win32.DLL
|
import System.Win32.DLL
|
||||||
import System.FilePath.Windows
|
|
||||||
import System.Directory
|
|
||||||
import Foreign.Ptr
|
import Foreign.Ptr
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user