fix build warnings on windows
This commit is contained in:
parent
7c5007279c
commit
418e97e847
2 changed files with 3 additions and 2 deletions
|
@ -18,9 +18,9 @@ module Utility.ThreadScheduler (
|
|||
) where
|
||||
|
||||
import Control.Monad
|
||||
import Control.Concurrent
|
||||
import qualified Control.Concurrent.Thread.Delay as Unbounded
|
||||
#ifndef mingw32_HOST_OS
|
||||
import Control.Concurrent
|
||||
import Control.Monad.IfElse
|
||||
import System.Posix.IO
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue