From: simonmar Date: Tue, 10 Oct 2000 13:14:30 +0000 (+0000) Subject: [project @ 2000-10-10 13:14:30 by simonmar] X-Git-Tag: Approximately_9120_patches~3655 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=560cdb21b5666a5a9197a57fe7281324113e7adb;p=ghc-hetmet.git [project @ 2000-10-10 13:14:30 by simonmar] export getImports; mkdependHS will need it. --- diff --git a/ghc/compiler/ghci/CmSummarise.lhs b/ghc/compiler/ghci/CmSummarise.lhs index 3fd4a20..cc966f0 100644 --- a/ghc/compiler/ghci/CmSummarise.lhs +++ b/ghc/compiler/ghci/CmSummarise.lhs @@ -6,7 +6,8 @@ \begin{code} module CmSummarise ( ModImport(..), mi_name, ModSummary(..), summarise, ms_get_imports, - name_of_summary, deps_of_summary ) + name_of_summary, deps_of_summary, + getImports ) where #include "HsVersions.h"