[project @ 2002-04-11 12:03:43 by simonpj]
[ghc-base.git] / GHC / Weak.lhs
index 95dd3a5..25515ba 100644 (file)
@@ -1,5 +1,5 @@
 % ------------------------------------------------------------------------------
-% $Id: Weak.lhs,v 1.2 2001/07/03 14:13:32 simonmar Exp $
+% $Id: Weak.lhs,v 1.3 2001/12/21 15:07:25 simonmar Exp $
 %
 % (c) The University of Glasgow, 1998-2000
 %
@@ -11,7 +11,6 @@
 
 module GHC.Weak where
 
-import GHC.Prim
 import GHC.Base
 import Data.Maybe
 import GHC.IOBase      ( IO(..), unIO )