X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Fmain%2FCodeOutput.lhs;h=9e0dada123e15e50fbfbf1bfab80ca96fb0b22b2;hb=45ddebc0dc20f013eff011a157b42acb37ea7598;hp=395341040ac4d17a341714150bddedf36e28c181;hpb=94667d2af5bb451c8f344ea941d3ab9c3d648499;p=ghc-hetmet.git diff --git a/ghc/compiler/main/CodeOutput.lhs b/ghc/compiler/main/CodeOutput.lhs index 3953410..9e0dada 100644 --- a/ghc/compiler/main/CodeOutput.lhs +++ b/ghc/compiler/main/CodeOutput.lhs @@ -4,7 +4,7 @@ \section{Code output phase} \begin{code} -module CodeOutput( codeOutput ) where +module CodeOutput( codeOutput, outputForeignStubs ) where #include "HsVersions.h"