Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • GHC GHC
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 5,344
    • Issues 5,344
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 571
    • Merge requests 571
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Glasgow Haskell CompilerGlasgow Haskell Compiler
  • GHCGHC
  • Issues
  • #20001
Closed
Open
Issue created Jun 16, 2021 by David@knothedDeveloper

`Functor OptDescr` is incorrectly marked as @since 4.6.0.0

Summary

Location of documentation issue: the Haddocks of base, specifically System.Console.GetOpt.

The instances for Functor OptDescr, Functor ArgDescr and Functor ArgOrder exist since base-4.7.0.0, but are annotated to exist since base-4.6.0.0, which is wrong.

Source: Compare src of 4.6.0.0 with 4.7.0.0. The incorrect 4.6.0.0-annotations can be seen here.

Proposed improvements or changes

Just correct the three annotations.

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking