aboutsummaryrefslogtreecommitdiff
path: root/html-test/src/Bug952.hs
Commit message (Collapse)AuthorAgeFilesLines
* Disallow qualified uses of reserved identifiersAlec Theriault2020-03-271-0/+5
This a GHC bug (https://gitlab.haskell.org/ghc/ghc/issues/14109) too, but it is a relatively easy fix in Haddock. Note that the fix must live in `haddock-api` instead of `haddock-library` because we can only really decide if an identifier is a reserved one by asking the GHC lexer. Fixes #952