aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-04-02 18:08:35 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-04-02 18:08:35 -0400
commit135cdc8836cdf4d426f13c9000e097602315c3a4 (patch)
tree850b94a7dad71d37232ab8b40926429f1bd9d4d3
parentad949f010aff284b69099729ce5476aa8dfabb96 (diff)
clean up warning in windows
-rw-r--r--Utility/ThreadScheduler.hs2
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