[project @ 2000-07-11 16:24:57 by simonmar]
[ghc-hetmet.git] / ghc / compiler / parser / ParseUtil.lhs
index 430460a..c491803 100644 (file)
@@ -59,7 +59,6 @@ import CmdLineOpts    ( opt_NoImplicitPrelude )
 import StringBuffer    ( lexemeToString )
 import FastString      ( unpackFS )
 import BasicTypes      ( Boxity(..) )
-import ErrUtils
 import UniqFM          ( UniqFM, listToUFM, lookupUFM )
 import Outputable