[project @ 2002-01-02 14:40:09 by simonmar]
[ghc-base.git] / GHC / Weak.lhs
index b9e5172..25515ba 100644 (file)
@@ -1,5 +1,5 @@
 % ------------------------------------------------------------------------------
-% $Id: Weak.lhs,v 1.1 2001/06/28 14:15:03 simonmar Exp $
+% $Id: Weak.lhs,v 1.3 2001/12/21 15:07:25 simonmar Exp $
 %
 % (c) The University of Glasgow, 1998-2000
 %
@@ -11,9 +11,8 @@
 
 module GHC.Weak where
 
-import GHC.Prim
 import GHC.Base
-import GHC.Maybe
+import Data.Maybe
 import GHC.IOBase      ( IO(..), unIO )
 
 data Weak v = Weak (Weak# v)