split most of Control.Exception into new Control.Exception.Base
[ghc-base.git] / Foreign / Marshal / Alloc.hs
index 220d02b..9911718 100644 (file)
@@ -50,7 +50,7 @@ import GHC.Num
 import NHC.FFI                  ( FinalizerPtr, CInt(..) )
 import IO                       ( bracket )
 #else
-import Control.Exception        ( bracket )
+import Control.Exception.Base   ( bracket )
 #endif
 
 #ifdef __HUGS__