summaryrefslogtreecommitdiff
path: root/compiler/rename/RnHsDoc.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/rename/RnHsDoc.hs')
-rw-r--r--compiler/rename/RnHsDoc.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rename/RnHsDoc.hs b/compiler/rename/RnHsDoc.hs
index beb45bbfbc..9e53f49320 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)