[project @ 2004-10-08 17:32:06 by panne]
authorpanne <unknown>
Fri, 8 Oct 2004 17:32:06 +0000 (17:32 +0000)
committerpanne <unknown>
Fri, 8 Oct 2004 17:32:06 +0000 (17:32 +0000)
Fixed typo

ghc/compiler/compMan/CompManager.lhs

index 080158b..289bd07 100644 (file)
@@ -38,7 +38,7 @@ module CompManager (
     HValue,
     cmCompileExpr,     -- :: CmState -> String -> IO (CmState, Maybe HValue)
 
-    cmGetModInfo       -- :: CmState -> (ModuleGraph, HomePackageTable)
+    cmGetModInfo,      -- :: CmState -> (ModuleGraph, HomePackageTable)
 
     cmSetDFlags,
     cmGetBindings,     -- :: CmState -> [TyThing]