Remove GHC's haskell98 dependency
[ghc-hetmet.git] / compiler / simplCore / SimplUtils.lhs
index 48787dc..663f543 100644 (file)
@@ -52,7 +52,7 @@ import MonadUtils
 import Outputable
 import FastString
 
-import List( nub )
+import Data.List
 \end{code}