diff options
author | Joey Hess <joey@kitenet.net> | 2014-04-02 18:08:35 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-04-02 18:08:35 -0400 |
commit | 135cdc8836cdf4d426f13c9000e097602315c3a4 (patch) | |
tree | 850b94a7dad71d37232ab8b40926429f1bd9d4d3 /Utility/ThreadScheduler.hs | |
parent | ad949f010aff284b69099729ce5476aa8dfabb96 (diff) |
clean up warning in windows
Diffstat (limited to 'Utility/ThreadScheduler.hs')
-rw-r--r-- | Utility/ThreadScheduler.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Utility/ThreadScheduler.hs b/Utility/ThreadScheduler.hs index be0d10109..dd88dc879 100644 --- a/Utility/ThreadScheduler.hs +++ b/Utility/ThreadScheduler.hs @@ -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 |