Remove GHC's haskell98 dependency
[ghc-hetmet.git] / compiler / rename / RnExpr.lhs
index 12e96d8..beee037 100644 (file)
@@ -41,15 +41,13 @@ import NameSet
 import RdrName
 import LoadIface       ( loadInterfaceForName )
 import UniqSet
-import List            ( nub )
+import Data.List
 import Util            ( isSingleton )
 import ListSetOps      ( removeDups )
 import Maybes          ( expectJust )
 import Outputable
 import SrcLoc
 import FastString
-
-import List            ( unzip4 )
 \end{code}