From b98db5d6f1aa44103e17bfce760fa365d678b7fb Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 2 Apr 2014 18:08:35 -0400 Subject: [PATCH] clean up warning in windows --- Utility/ThreadScheduler.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Utility/ThreadScheduler.hs b/Utility/ThreadScheduler.hs index be0d10109f..dd88dc8792 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