X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2FsimplCore%2FFloatOut.lhs;h=27a39dfdc2da0a6f629c46be8498875f4d5c96c4;hb=2e4cc75af2b8af9c971702de78b63c7c1a1a1a35;hp=6562c84e8c6eca17c14b148c8cecb401665a164e;hpb=9bcd95bad83ee937c178970e8b729732e680fe1e;p=ghc-hetmet.git diff --git a/compiler/simplCore/FloatOut.lhs b/compiler/simplCore/FloatOut.lhs index 6562c84..27a39df 100644 --- a/compiler/simplCore/FloatOut.lhs +++ b/compiler/simplCore/FloatOut.lhs @@ -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}