diff options
author | Joey Hess <joey@kitenet.net> | 2014-04-01 17:53:55 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-04-01 17:53:55 -0400 |
commit | f9d17169ba8047caa5e2250c1ef3d957b12631b4 (patch) | |
tree | b83f6731d570aba43d152c24ff58ec858c67d831 /Utility | |
parent | 96d065634e718a07ce1bb016bcb47b0d5df7ca42 (diff) |
merge from propellor
Diffstat (limited to 'Utility')
-rw-r--r-- | Utility/ThreadScheduler.hs | 5 |
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 |