The source project of this merge request has been removed.
Correct haddock annotations in GetOpt
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).