summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-04-01 17:53:55 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-04-01 17:53:55 -0400
commitf9d17169ba8047caa5e2250c1ef3d957b12631b4 (patch)
treeb83f6731d570aba43d152c24ff58ec858c67d831
parent96d065634e718a07ce1bb016bcb47b0d5df7ca42 (diff)
merge from propellor
-rw-r--r--Utility/ThreadScheduler.hs5
1 files changed, 3 insertions, 2 deletions
diff --git a/Utility/ThreadScheduler.hs b/Utility/ThreadScheduler.hs
index dbb6cb317..9d4cfd0a7 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