[project @ 2002-12-16 11:00:53 by malcolm]
[ghc-base.git] / Foreign / Marshal / Alloc.hs
index 0e394c5..8f6b889 100644 (file)
@@ -42,7 +42,7 @@ 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