clean up warning in windows
This commit is contained in:
parent
9b707f0116
commit
b98db5d6f1
1 changed files with 1 additions and 1 deletions
|
@ -11,9 +11,9 @@
|
|||
module Utility.ThreadScheduler where
|
||||
|
||||
import Control.Monad
|
||||
import Control.Monad.IfElse
|
||||
import Control.Concurrent
|
||||
#ifndef mingw32_HOST_OS
|
||||
import Control.Monad.IfElse
|
||||
import System.Posix.IO
|
||||
#endif
|
||||
#ifndef mingw32_HOST_OS
|
||||
|
|
Loading…
Add table
Reference in a new issue