remove the "-unreg" flag and the unregisterised way, see #1008
[ghc-hetmet.git] / compiler / main / GHC.hs
index 31894b8..2403e07 100644 (file)
@@ -154,8 +154,8 @@ module GHC (
        instanceDFunId, pprInstance, pprInstanceHdr,
 
        -- ** Types and Kinds
-       Type, dropForAlls, splitForAllTys, funResultTy, 
-       pprParendType, pprTypeApp,
+       Type, splitForAllTys, funResultTy, 
+       pprParendType, pprTypeApp, 
        Kind,
        PredType,
        ThetaType, pprThetaArrow,
@@ -244,7 +244,6 @@ import Module
 import UniqFM
 import UniqSet
 import Unique
-import PackageConfig
 import FiniteMap
 import Panic
 import Digraph