aboutsummaryrefslogtreecommitdiff
path: root/src/HaddockLex.x
diff options
context:
space:
mode:
Diffstat (limited to 'src/HaddockLex.x')
-rw-r--r--src/HaddockLex.x2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/HaddockLex.x b/src/HaddockLex.x
index 1044d64a..f5e40942 100644
--- a/src/HaddockLex.x
+++ b/src/HaddockLex.x
@@ -142,7 +142,7 @@ ident str sc cont =
strToHsQNames :: String -> Maybe [HsQName]
strToHsQNames str0
- = case lexer (\t -> returnP t) str0 (SrcLoc 1 1) 1 1 [] of
+ = case lexer (\t -> returnP t) str0 (SrcLoc 1 1 "") 1 1 "" [] of
Ok _ (VarId str)
-> Just [ UnQual (HsVarName (HsIdent str)) ]
Ok _ (QVarId (mod0,str))