diff options
author | Ryan Scott <ryan.gl.scott@gmail.com> | 2016-05-11 15:58:35 +0200 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2016-05-12 15:42:56 +0200 |
commit | 697143064c271c57a69e80850a768449f8bcf4ca (patch) | |
tree | ca45b2bfec4b17eb8aaf249f308d985aefe3b606 /utils | |
parent | b8e2565123de45f215277e3a92fbc7ace2b8fd71 (diff) | |
download | haskell-697143064c271c57a69e80850a768449f8bcf4ca.tar.gz |
Allow putting Haddocks on derived instances
Currently, one can document top-level instance declarations, but derived
instances (both those in `deriving` clauses and standalone `deriving`
instances) do not enjoy the same privilege. This makes the necessary
changes to the parser to enable attaching Haddock comments for derived
instances.
Updates haddock submodule.
Fixes #11768.
Test Plan: ./validate
Reviewers: hvr, bgamari, austin
Reviewed By: austin
Subscribers: thomie, mpickering
Differential Revision: https://phabricator.haskell.org/D2175
GHC Trac Issues: #11768
Diffstat (limited to 'utils')
m--------- | utils/haddock | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/utils/haddock b/utils/haddock -Subproject 9760ee9efe22f0256d626bc567a7adfc754e906 +Subproject d7ef90898c6d8ddeae23caf0f9fb68c25537dcd |