[project @ 1998-02-02 17:27:26 by simonm]
[ghc-hetmet.git] / ghc / lib / exts / Word.lhs
similarity index 99%
rename from ghc/lib/glaExts/Word.lhs
rename to ghc/lib/exts/Word.lhs
index 9e4f7dd..4cb94e8 100644 (file)
@@ -8,7 +8,6 @@ interface, types and operations over unsigned, sized
 quantities.
 
 \begin{code}
-{-# OPTIONS -fno-implicit-prelude #-}
 module Word
        ( Word8          -- all abstract.
        , Word16         -- instances: Eq, Ord
@@ -34,9 +33,8 @@ import PrelBase
 import PrelNum
 import PrelRead
 import Ix
-import GHCerr  ( error )
 import Bits
-import GHC
+import PrelGHC
 import CCall
 
 -----------------------------------------------------------------------------