remove Haddock-lexing/parsing/renaming from GHC
[ghc-hetmet.git] / compiler / rename / RnSource.lhs
index 3e31905..fa69a44 100644 (file)
@@ -230,7 +230,7 @@ rnList f xs = mapFvRn (wrapLocFstM f) xs
 %*********************************************************
 
 \begin{code}
-rnDocDecl :: DocDecl RdrName -> RnM (DocDecl Name)
+rnDocDecl :: DocDecl -> RnM DocDecl
 rnDocDecl (DocCommentNext doc) = do 
   rn_doc <- rnHsDoc doc
   return (DocCommentNext rn_doc)