[GHC] #13756: Typo in user guide suggests that there's an -O* option
GHC
ghc-devs at haskell.org
Thu May 25 14:32:04 UTC 2017
#13756: Typo in user guide suggests that there's an -O* option
-------------------------------------+-------------------------------------
Reporter: nh2 | Owner: (none)
Type: bug | Status: new
Priority: normal | Milestone: 8.2.1
Component: Documentation | Version: 8.0.2
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:
-------------------------------------+-------------------------------------
In https://downloads.haskell.org/~ghc/7.10.3/docs/html/users_guide
/options-optimise.html it still correctly said:
{{{
No -O*-type option specified:
This is taken to mean: “Please compile quickly ...
}}}
But in https://downloads.haskell.org/~ghc/latest/docs/html/users_guide
/using-optimisation.html#ghc-flag--O* it says:
{{{
-O*
This is taken to mean: “Please compile quickly ...
}}}
The `No -O*-type option specified:` bit must have been accidentally
dropped in the conversion to the new user guide format.
(I dared put this into 8.2.1 because it's probably trivial to fix if one
understands the syntax language that the user guide is written in.)
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/13756>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list