X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Fmain%2FPackages.lhs;h=7c18904843c788e40d950f618db42226517945c6;hb=53ce311e219dcccf4d205f573c16e23a5c44265e;hp=94eeb9699017cc2366ad846a70c9c9d570c2ac4e;hpb=615a5546467c7864c765adf40706f23be3fa28b6;p=ghc-hetmet.git diff --git a/ghc/compiler/main/Packages.lhs b/ghc/compiler/main/Packages.lhs index 94eeb96..7c18904 100644 --- a/ghc/compiler/main/Packages.lhs +++ b/ghc/compiler/main/Packages.lhs @@ -17,7 +17,7 @@ import Pretty import CmdLineOpts ( dynFlag, verbosity ) import DriverUtil ( my_prefix_match ) import ErrUtils ( dumpIfSet ) -import Outputable ( docToSDoc, trace ) +import Outputable ( docToSDoc ) \end{code} \begin{code}