X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2Frename%2FRnHsDoc.hs;fp=compiler%2Frename%2FRnHsDoc.hs;h=9e53f4932016a756a5c686c691d15cea071425f6;hp=beb45bbfbcb605580cf3c79807ca4cca5ea06b79;hb=7b5b3b0cab463e108a0132435a28ef19d17cb32b;hpb=9992bfb6bd3644384b9a26b810ef68f05fd60879 diff --git a/compiler/rename/RnHsDoc.hs b/compiler/rename/RnHsDoc.hs index beb45bb..9e53f49 100644 --- a/compiler/rename/RnHsDoc.hs +++ b/compiler/rename/RnHsDoc.hs @@ -3,7 +3,7 @@ module RnHsDoc ( rnHsDoc, rnLHsDoc, rnMbLHsDoc ) where import TcRnTypes import HsSyn -import SrcLoc ( Located(..) ) +import SrcLoc rnMbLHsDoc :: Maybe LHsDocString -> RnM (Maybe LHsDocString)