aboutsummaryrefslogtreecommitdiff
path: root/src/HaddockLex.hs
diff options
context:
space:
mode:
authorsimonmar <unknown>2002-05-09 10:33:14 +0000
committersimonmar <unknown>2002-05-09 10:33:14 +0000
commit9f9522a4985ed610f00dc98aee5b03b6d1ff06aa (patch)
treecd940cc6073d68d67c272387e2d50b39bded6a0b /src/HaddockLex.hs
parentf6a24ba3a9acf75ca50e1368e34ec508fa9fe5d8 (diff)
[haddock @ 2002-05-09 10:33:14 by simonmar]
oops, left out '/' from the special characters in the last change.
Diffstat (limited to 'src/HaddockLex.hs')
-rw-r--r--src/HaddockLex.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/HaddockLex.hs b/src/HaddockLex.hs
index c7506ed3..2f510092 100644
--- a/src/HaddockLex.hs
+++ b/src/HaddockLex.hs
@@ -11,7 +11,7 @@ module HaddockLex (
import Char
-special = '`' : '\'' : '\"' : '@' : []
+special = '`' : '\'' : '\"' : '@' : '/' : []
data Token
= TokPara