[GHC] #11767: Add @since annotations for base instances
GHC
ghc-devs at haskell.org
Tue Mar 29 12:00:15 UTC 2016
#11767: Add @since annotations for base instances
-------------------------------------+-------------------------------------
Reporter: bgamari | Owner:
Type: task | Status: new
Priority: normal | Milestone: 8.2.1
Component: Core | Version: 7.10.3
Libraries |
Keywords: | Operating System: Unknown/Multiple
Architecture: | Type of failure: None/Unknown
Unknown/Multiple |
Test Case: | Blocked By:
Blocking: | Related Tickets:
Differential Rev(s): | Wiki Page:
-------------------------------------+-------------------------------------
Up until now we haven't been adding `@since` annotations for instances
that we add to `base` (see Phab:D2051 for the discussion that spurred this
ticket). We should try to get better coverage here.
Unfortunately, we currently have no way to place Haddock comments on
derived instances, which limits our ability consistently add these
annotations. We'll need to work out some mechanism for this.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/11767>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list