diff --git a/core/Control/Concurrent/Async.hs b/core/Control/Concurrent/Async.hs index ad160c56..d2e5da58 100644 --- a/core/Control/Concurrent/Async.hs +++ b/core/Control/Concurrent/Async.hs @@ -48,7 +48,7 @@ import Control.Concurrent import Control.Monad import Data.IORef import Data.Typeable -import GHC.Conc +import GHC.Conc (ThreadId(..)) import GHC.Exts import GHC.IO hiding (onException)