[project @ 2000-10-10 13:14:30 by simonmar]
authorsimonmar <unknown>
Tue, 10 Oct 2000 13:14:30 +0000 (13:14 +0000)
committersimonmar <unknown>
Tue, 10 Oct 2000 13:14:30 +0000 (13:14 +0000)
export getImports; mkdependHS will need it.

ghc/compiler/ghci/CmSummarise.lhs

index 3fd4a20..cc966f0 100644 (file)
@@ -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"