From: simonmar Date: Tue, 3 Jan 2006 16:14:20 +0000 (+0000) Subject: [project @ 2006-01-03 16:14:20 by simonmar] X-Git-Tag: final_switch_to_darcs,_this_repo_is_now_live~69 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=337b09aa69273b0fbcb26ff9b942246baf2ade6a;ds=sidebyside [project @ 2006-01-03 16:14:20 by simonmar] export ModLocation(..) --- diff --git a/ghc/compiler/main/GHC.hs b/ghc/compiler/main/GHC.hs index 85595a7..77cd9d4 100644 --- a/ghc/compiler/main/GHC.hs +++ b/ghc/compiler/main/GHC.hs @@ -37,7 +37,7 @@ module GHC ( TypecheckedSource, ParsedSource, RenamedSource, -- * Inspecting the module structure of the program - ModuleGraph, ModSummary(..), + ModuleGraph, ModSummary(..), ModLocation(..), getModuleGraph, isLoaded, topSortModuleGraph,