Remove GHC's haskell98 dependency
[ghc-hetmet.git] / compiler / simplCore / FloatOut.lhs
index 6562c84..27a39df 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}