[project @ 2006-01-03 16:14:20 by simonmar]
authorsimonmar <unknown>
Tue, 3 Jan 2006 16:14:20 +0000 (16:14 +0000)
committersimonmar <unknown>
Tue, 3 Jan 2006 16:14:20 +0000 (16:14 +0000)
export ModLocation(..)

ghc/compiler/main/GHC.hs

index 85595a7..77cd9d4 100644 (file)
@@ -37,7 +37,7 @@ module GHC (
        TypecheckedSource, ParsedSource, RenamedSource,
 
        -- * Inspecting the module structure of the program
-       ModuleGraph, ModSummary(..),
+       ModuleGraph, ModSummary(..), ModLocation(..),
        getModuleGraph,
        isLoaded,
        topSortModuleGraph,