[project @ 2003-01-29 07:54:46 by panne]
[ghc-base.git] / Foreign / Marshal / Alloc.hs
index 31f96ec..8f6b889 100644 (file)
@@ -36,14 +36,13 @@ import Foreign.C.Types              ( CSize, CInt(..) )
 import Foreign.Storable        ( Storable(sizeOf) )
 
 #ifdef __GLASGOW_HASKELL__
-import GHC.Exception           ( bracket )
 import GHC.IOBase
 import GHC.Real
 import GHC.Ptr
 import GHC.Err
 import GHC.Base
 #elif defined(__NHC__)
-import System.IO               ( bracket )
+import IO                      ( bracket )
 #else
 import Control.Exception       ( bracket )
 #endif