Fix scoped type variables for expression type signatures
[ghc-hetmet.git] / compiler / main / ErrUtils.lhs
index 90e5dc8..7bdb019 100644 (file)
@@ -38,7 +38,6 @@ import SrcLoc         ( srcSpanStart, noSrcSpan )
 import DynFlags                ( DynFlags(..), DynFlag(..), dopt )
 import StaticFlags     ( opt_ErrorSpans )
 import System          ( ExitCode(..), exitWith )
-import DATA_IOREF
 import IO              ( hPutStrLn, stderr )
 import DYNAMIC