Fix haddock module links.

This commit is contained in:
Bjorn Buckwalter 2013-08-21 09:57:13 +00:00
parent 119889617c
commit 143e57454e

View File

@ -38,7 +38,7 @@ import Text.Parsec.Combinator
type LanguageDef st = GenLanguageDef String st Identity
-- | The @GenLanguageDef@ type is a record that contains all parameterizable
-- features of the 'Text.Parsec.Token' module. The module 'Text.Parsec.Language'
-- features of the "Text.Parsec.Token" module. The module "Text.Parsec.Language"
-- contains some default definitions.
data GenLanguageDef s u m