[GHC] #11768: Need a way to attach Haddock documentation to derived instances
GHC
ghc-devs at haskell.org
Tue Mar 29 12:02:03 UTC 2016
#11768: Need a way to attach Haddock documentation to derived instances
-------------------------------------+-------------------------------------
Reporter: bgamari | Owner:
Type: feature request | Status: new
Priority: normal | Milestone: 8.2.1
Component: Compiler | Version: 7.10.3
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture:
| Unknown/Multiple
Type of failure: None/Unknown | Test Case:
Blocked By: | Blocking:
Related Tickets: #11767 | Differential Rev(s):
Wiki Page: |
-------------------------------------+-------------------------------------
Changes (by bgamari):
* related: => #11767
@@ -2,3 +2,3 @@
- annotations on new typeclass instances. Unfortunately many instances are
- derived, which we can't currently attach Haddock documentation to. Fix
- this.
+ annotations on new typeclass instances (see #11767). Unfortunately many
+ instances are derived, which we can't currently attach Haddock
+ documentation to. Fix this.
New description:
In the case of `base` we'd like to be able to attach Haddock `@since`
annotations on new typeclass instances (see #11767). Unfortunately many
instances are derived, which we can't currently attach Haddock
documentation to. Fix this.
--
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/11768#comment:1>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list