From 337b09aa69273b0fbcb26ff9b942246baf2ade6a Mon Sep 17 00:00:00 2001 From: simonmar Date: Tue, 3 Jan 2006 16:14:20 +0000 Subject: [PATCH] [project @ 2006-01-03 16:14:20 by simonmar] export ModLocation(..) --- ghc/compiler/main/GHC.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 1.7.10.4