Skip to content

Correct haddock annotations in GetOpt

David requested to merge (removed):knothed-master-patch-75120 into master

System.Console.GetOpt defines instances for Functor OptDescr, Functor ArgDescr and Functor ArgOrder which do exist since base-4.7.0.0, but are incorrectly annotated with @since 4.6.0.0. This MR corrects these three annotations.

Fixes #20001 (closed).

Merge request reports