More work on the simplifier's inlining strategies
[ghc-hetmet.git] / compiler / simplCore / FloatOut.lhs
index 290c623..9dd4d68 100644 (file)
@@ -19,7 +19,7 @@ import Type           ( isUnLiftedType )
 import SetLevels       ( Level(..), LevelledExpr, LevelledBind,
                          setLevels, ltMajLvl, ltLvl, isTopLvl )
 import UniqSupply       ( UniqSupply )
-import List            ( partition )
+import Data.List
 import Outputable
 import FastString
 \end{code}