No reason for Handler and catches to exclude nhc98.
[ghc-base.git] / Control / Concurrent.hs
index a0faad0..8b90e70 100644 (file)
@@ -92,7 +92,7 @@ module Control.Concurrent (
 
 import Prelude
 
-import Control.Exception as Exception
+import Control.Exception.Base as Exception
 
 #ifdef __GLASGOW_HASKELL__
 import GHC.Exception