[project @ 2003-12-10 17:15:44 by simonmar]
authorsimonmar <unknown>
Wed, 10 Dec 2003 17:15:44 +0000 (17:15 +0000)
committersimonmar <unknown>
Wed, 10 Dec 2003 17:15:44 +0000 (17:15 +0000)
fix bogosity spotted by -Wall

ghc/compiler/rename/RnSource.lhs

index 93bebe9..c70e7f6 100644 (file)
@@ -246,7 +246,7 @@ of the loop too, and it must be defined in this module.
 rnBindGroups :: [HsBindGroup RdrName] -> RnM ([HsBindGroup Name], DefUses)
 -- This version assumes that the binders are already in scope
 -- It's used only in 'mdo'
-rnBindGropus []
+rnBindGroups []
    = returnM ([], emptyDUs)
 rnBindGroups [HsBindGroup bind sigs _]
    = rnBinds NotTopLevel bind sigs