<feed xmlns='http://www.w3.org/2005/Atom'>
<title>haddock.git/html-test/src, branch ghc-gitlab-ghc-head</title>
<subtitle>Haddock with an org backend (haddorg).
</subtitle>
<id>https://g.ypei.me/haddock.git/atom?h=ghc-gitlab-ghc-head</id>
<link rel='self' href='https://g.ypei.me/haddock.git/atom?h=ghc-gitlab-ghc-head'/>
<link rel='alternate' type='text/html' href='https://g.ypei.me/haddock.git/'/>
<updated>2021-02-22T09:39:18+00:00</updated>
<entry>
<title>html-test: Always set language</title>
<updated>2021-02-22T09:39:18+00:00</updated>
<author>
<name>Joachim Breitner</name>
<email>mail@joachim-breitner.de</email>
</author>
<published>2021-02-22T09:31:56+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/haddock.git/commit/?id=606e3f220d20688c7baff94bef525a13434dc56b'/>
<id>urn:sha1:606e3f220d20688c7baff94bef525a13434dc56b</id>
<content type='text'>
from ghc-9.2 on, the “default” langauge of GHC is expected to change
more wildly. To prepare for that (and unblock
https://gitlab.haskell.org/ghc/ghc/-/merge_requests/4853), this sets the
language for all the test files to `Haskell2010`. This should insolate
this test suite against changes to the default.

Cherry-picked from https://github.com/haskell/haddock/pull/1341
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'origin/ghc-9.0' into ghc-head</title>
<updated>2021-01-13T23:39:25+00:00</updated>
<author>
<name>Ben Gamari</name>
<email>ben@smart-cactus.org</email>
</author>
<published>2021-01-06T00:30:24+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/haddock.git/commit/?id=e1230ede3d1c77a6916e318aefcd47829e56035c'/>
<id>urn:sha1:e1230ede3d1c77a6916e318aefcd47829e56035c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'origin/ghc-8.10' into ghc-9.0</title>
<updated>2021-01-05T21:14:31+00:00</updated>
<author>
<name>Ben Gamari</name>
<email>ben@smart-cactus.org</email>
</author>
<published>2021-01-05T20:54:42+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/haddock.git/commit/?id=1e56f63c3197e7ca1c1e506e083c2bad25d08793'/>
<id>urn:sha1:1e56f63c3197e7ca1c1e506e083c2bad25d08793</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Display linear/multiplicity arrows correctly (#1238)</title>
<updated>2020-12-16T19:03:14+00:00</updated>
<author>
<name>Krzysztof Gogolewski</name>
<email>krzysztof.gogolewski@tweag.io</email>
</author>
<published>2020-12-16T19:03:14+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/haddock.git/commit/?id=b4b4d896d2d68d6c48e7db7bfe95c185ca0709cb'/>
<id>urn:sha1:b4b4d896d2d68d6c48e7db7bfe95c185ca0709cb</id>
<content type='text'>
Previously we were ignoring multiplicity and displayed
a %1 -&gt; b as a -&gt; b.</content>
</entry>
<entry>
<title>testsuite: Update expected output for simplified subsumption</title>
<updated>2020-06-03T21:02:31+00:00</updated>
<author>
<name>Ben Gamari</name>
<email>ben@smart-cactus.org</email>
</author>
<published>2020-05-29T22:51:26+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/haddock.git/commit/?id=792b82861a8abd03579a281dfdcbbb7081668997'/>
<id>urn:sha1:792b82861a8abd03579a281dfdcbbb7081668997</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Explicit Specificity Support for Haddock</title>
<updated>2020-05-20T20:48:38+00:00</updated>
<author>
<name>Gert-Jan Bottu</name>
<email>gertjan.bottu@kuleuven.be</email>
</author>
<published>2020-04-05T09:16:56+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/haddock.git/commit/?id=2af56ba08c876f39a066468d427e897f7329cc37'/>
<id>urn:sha1:2af56ba08c876f39a066468d427e897f7329cc37</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add support for custom section anchors (#1179)</title>
<updated>2020-04-25T22:38:11+00:00</updated>
<author>
<name>Iñaki</name>
<email>1238558+garetxe@users.noreply.github.com</email>
</author>
<published>2020-04-25T22:38:11+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/haddock.git/commit/?id=3c9e8081228ffcc38c760a6d9501a626071a5105'/>
<id>urn:sha1:3c9e8081228ffcc38c760a6d9501a626071a5105</id>
<content type='text'>
This allows to have stable anchors for groups, even if the set of
groups in the documentation is altered.

The syntax for setting the anchor of a group is

-- * Group name #desiredAnchor#

Which will produce an html anchor of the form '#g:desiredAnchor'

Co-authored-by: Iñaki García Etxebarria &lt;git@inaki.blueleaf.cc&gt;</content>
</entry>
<entry>
<title>Fallback to `hiDecl` when `extractDecl` fails</title>
<updated>2020-04-21T15:06:45+00:00</updated>
<author>
<name>Alec Theriault</name>
<email>alec.theriault@gmail.com</email>
</author>
<published>2020-04-21T14:53:28+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/haddock.git/commit/?id=5bc5016a14bc872a8315cddc629f8171a9ccd62e'/>
<id>urn:sha1:5bc5016a14bc872a8315cddc629f8171a9ccd62e</id>
<content type='text'>
Sometimes, the declaration being exported is a subdecl (for instance, a
record accessor getting exported at the top-level). For these cases,
Haddock has to find a way to produce some synthetic sensible top-level
declaration. This is done with `extractDecl`.

As is shown by #1067, this is sometimes impossible to do just at a
syntactic level (for instance when the subdecl is re-exported). In these
cases, the only sensible thing to do is to try to reify a declaration
based on a GHC `TyThing` via `hiDecl`.
</content>
</entry>
<entry>
<title>Fix #1050 by filtering out invisible AppTy arguments</title>
<updated>2020-04-05T16:04:43+00:00</updated>
<author>
<name>Ryan Scott</name>
<email>ryan.gl.scott@gmail.com</email>
</author>
<published>2020-04-05T15:48:39+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/haddock.git/commit/?id=87fbc11227347da805a3d2158d462514438ca742'/>
<id>urn:sha1:87fbc11227347da805a3d2158d462514438ca742</id>
<content type='text'>
This makes the `synifyType` case for `AppTy` more intelligent by
taking into consideration the visibilities of each `AppTy` argument
and filtering out any invisible arguments, as they aren't intended
to be displayed in the source code. (See #1050 for an example of what
can happen if you fail to filter these out.)

Along the way, I noticed that a special `synifyType` case for
`AppTy t1 (CoercionTy {})` could be consolidated with the case below
it, so I took the opportunity to tidy this up.
</content>
</entry>
<entry>
<title>Disallow links in section headers</title>
<updated>2020-03-28T18:26:27+00:00</updated>
<author>
<name>Alec Theriault</name>
<email>alec.theriault@gmail.com</email>
</author>
<published>2020-03-28T18:12:48+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/haddock.git/commit/?id=5dc3866928759fcaf6b31d1598051781389a01d4'/>
<id>urn:sha1:5dc3866928759fcaf6b31d1598051781389a01d4</id>
<content type='text'>
This is quite straightforward to implement, since we already had a
function `docToHtmlNoAnchors` (which we used to generate the link in the
sidebar "Contents").

This breaks test `Bug387`, but that test case has aged badly: we now
automatically generate anchors for all headings, so manually adding an
anchor in a section makes no sense. Nested anchors are, as pointed out
in #1054, disallowed by the HTML standard.

Fixes #1054
</content>
</entry>
</feed>
