[project @ 2002-12-12 13:42:46 by ross]
[haskell-directory.git] / Foreign / Marshal / Alloc.hs
index 31f96ec..0e394c5 100644 (file)
@@ -36,7 +36,6 @@ 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