split most of Control.Exception into new Control.Exception.Base
[ghc-base.git] / Foreign / Marshal / Pool.hs
index e7d2d8e..540c164 100644 (file)
@@ -57,7 +57,7 @@ import Data.IORef            ( IORef, newIORef, readIORef, writeIORef )
 #if defined(__NHC__)
 import IO                    ( bracket )
 #else
-import Control.Exception     ( bracket )
+import Control.Exception.Base ( bracket )
 #endif
 #endif