[GHC] #10210: Documentation link to 7.10.1 migration guide broken
GHC
ghc-devs at haskell.org
Sat Mar 28 23:40:51 UTC 2015
#10210: Documentation link to 7.10.1 migration guide broken
-------------------------------------+-------------------------------------
Reporter: | Owner: thoughtpolice
thoughtpolice | Status: new
Type: bug | Milestone: 7.10.2
Priority: normal | Version: 7.10.1
Component: | Operating System: Unknown/Multiple
Documentation | Type of failure: None/Unknown
Keywords: | Blocked By:
Architecture: | Related Tickets:
Unknown/Multiple |
Test Case: |
Blocking: |
Differential Revisions: |
-------------------------------------+-------------------------------------
When publishing the users guide to
https://downloads.haskell.org/~ghc/7.10.1/docs/html/users_guide/release-7-10-1.html,
several users reported the 'Migration Guide' hyperlinks were broken.
Turns out they were; the HTML looked something like this:
{{{
</p><div class="itemizedlist"><ul class="itemizedlist" type="disc"><li
class="listitem"><p>
GHC has implemented "The Applicative Monad Proposal",
meaning the <code class="literal">Applicative</code>
typeclass
is now a superclass of <code class="literal">Monad</code>.
This
is a breaking change and your programs will need to be
updated.
Please see the <a class="ulink" href="" target="_top">GHC
7.10 Migration Guide</a> on the GHC wiki.
}}}
with an empty `href`.
This ticket is so we don't lose track of this bug for 7.10.2.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/10210>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list