summaryrefslogtreecommitdiff
path: root/Utility/ThreadScheduler.hs
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2014-04-01 17:53:55 -0400
committerJoey Hess <joey@kitenet.net>2014-04-01 17:53:55 -0400
commit523a98a952cd66f5f4ca3df30d77c60be2372f6c (patch)
tree3ffe5ea1c31ca91adecd55010d0bf91a3f112b4a /Utility/ThreadScheduler.hs
parent951c81af315cfba58503ed34b320cc473be2fc41 (diff)
merge from propellor
Diffstat (limited to 'Utility/ThreadScheduler.hs')
-rw-r--r--Utility/ThreadScheduler.hs5
1 files changed, 3 insertions, 2 deletions
diff --git a/Utility/ThreadScheduler.hs b/Utility/ThreadScheduler.hs
index dbb6cb317d..9d4cfd0a79 100644
--- a/Utility/ThreadScheduler.hs
+++ b/Utility/ThreadScheduler.hs
@@ -10,8 +10,9 @@
module Utility.ThreadScheduler where
-import Common
-
+import Control.Monad
+import Control.Monad.IfElse
+import System.Posix.IO
import Control.Concurrent
#ifndef mingw32_HOST_OS
import System.Posix.Signals