Forked from
Glasgow Haskell Compiler / GHC
5501 commits behind the upstream repository.
Here we extend the parser and AST to preserve docstrings following export items. We then extend Haddock to parse `@since` annotations in such docstrings, allowing changes in export structure to be properly documented. Bumps haddock submodule.