[project @ 2001-07-31 13:05:02 by simonmar]
[ghc-base.git] / GHC / List.lhs
index c054bdb..07f6d3f 100644 (file)
@@ -1,5 +1,5 @@
 % ------------------------------------------------------------------------------
-% $Id: List.lhs,v 1.1 2001/06/28 14:15:03 simonmar Exp $
+% $Id: List.lhs,v 1.3 2001/07/03 14:13:32 simonmar Exp $
 %
 % (c) The University of Glasgow, 1994-2000
 %
@@ -36,8 +36,8 @@ module GHC.List (
  ) where
 
 import {-# SOURCE #-} GHC.Err ( error )
-import GHC.Tup
-import GHC.Maybe
+import Data.Tuple
+import Data.Maybe
 import GHC.Base
 
 infixl 9  !!