X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2FsimplCore%2FSimplEnv.lhs;h=6104d3390144db993b9abb080ad2afad4dda1deb;hb=913c612f25e118f06a2c21617fbccf34b80f1146;hp=1d7d2e4420eea9a6e69420eb689aaf42b59e85c4;hpb=9670d6643e55adeb15f998a0efd5799d499ea2a4;p=ghc-hetmet.git diff --git a/compiler/simplCore/SimplEnv.lhs b/compiler/simplCore/SimplEnv.lhs index 1d7d2e4..6104d33 100644 --- a/compiler/simplCore/SimplEnv.lhs +++ b/compiler/simplCore/SimplEnv.lhs @@ -58,6 +58,8 @@ import BasicTypes import DynFlags import Util import Outputable + +import Data.List \end{code} %************************************************************************