[project @ 2001-07-03 14:13:32 by simonmar]
[ghc-base.git] / GHC / Weak.lhs
index b9e5172..95dd3a5 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.2 2001/07/03 14:13:32 simonmar Exp $
 %
 % (c) The University of Glasgow, 1998-2000
 %
@@ -13,7 +13,7 @@ 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)