X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2FstgSyn%2FCoreToStg.lhs;fp=ghc%2Fcompiler%2FstgSyn%2FCoreToStg.lhs;h=8a97d515423da4b9482ab5a46db18680efb84106;hb=d1c1b7d0e7b94ede238845c91f58582bad3b3ef3;hp=e351ea4a27fef24c09ca40bb8390e5600eea78cc;hpb=6a51f7df593cf73f4093bb1948d62db504fa6631;p=ghc-hetmet.git diff --git a/ghc/compiler/stgSyn/CoreToStg.lhs b/ghc/compiler/stgSyn/CoreToStg.lhs index e351ea4..8a97d51 100644 --- a/ghc/compiler/stgSyn/CoreToStg.lhs +++ b/ghc/compiler/stgSyn/CoreToStg.lhs @@ -32,7 +32,8 @@ import Maybes ( maybeToBool ) import Name ( getOccName, isExternalName, nameOccName ) import OccName ( occNameUserString, occNameFS ) import BasicTypes ( Arity ) -import CmdLineOpts ( DynFlags, opt_RuntimeTypes ) +import DynFlags ( DynFlags ) +import StaticFlags ( opt_RuntimeTypes ) import Outputable infixr 9 `thenLne`