<feed xmlns='http://www.w3.org/2005/Atom'>
<title>haddock.git/html-test/ref/Test.html, branch ghc-gitlab-ghc-9.4.1rc1</title>
<subtitle>Haddock with an org backend (haddorg).
</subtitle>
<id>https://g.ypei.me/haddock.git/atom?h=ghc-gitlab-ghc-9.4.1rc1</id>
<link rel='self' href='https://g.ypei.me/haddock.git/atom?h=ghc-gitlab-ghc-9.4.1rc1'/>
<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 branch 'ghc-8.8' into ghc-8.10</title>
<updated>2020-03-21T00:17:01+00:00</updated>
<author>
<name>Alec Theriault</name>
<email>alec.theriault@gmail.com</email>
</author>
<published>2020-03-21T00:17:01+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/haddock.git/commit/?id=053c9add568dad4264f4629bff0de9b10d9316e1'/>
<id>urn:sha1:053c9add568dad4264f4629bff0de9b10d9316e1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update test output for introduction of Safe-Inferred</title>
<updated>2019-06-07T23:11:14+00:00</updated>
<author>
<name>Ben Gamari</name>
<email>ben@smart-cactus.org</email>
</author>
<published>2019-06-07T23:11:14+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/haddock.git/commit/?id=5e333bad752b9c048ad5400b7159e32f4d3d65bd'/>
<id>urn:sha1:5e333bad752b9c048ad5400b7159e32f4d3d65bd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'ghc-8.6' into ghc-8.8</title>
<updated>2019-03-03T17:23:26+00:00</updated>
<author>
<name>Alec Theriault</name>
<email>alec.theriault@gmail.com</email>
</author>
<published>2019-03-03T17:23:26+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/haddock.git/commit/?id=6c53d18eb2f4e39177174a93d9a8a981a6597962'/>
<id>urn:sha1:6c53d18eb2f4e39177174a93d9a8a981a6597962</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Better identifier parsing</title>
<updated>2019-02-25T08:42:46+00:00</updated>
<author>
<name>Alec Theriault</name>
<email>alec.theriault@gmail.com</email>
</author>
<published>2019-02-06T09:01:41+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/haddock.git/commit/?id=a5199600c39d25d7b71dcb2328000c1c49ad95a2'/>
<id>urn:sha1:a5199600c39d25d7b71dcb2328000c1c49ad95a2</id>
<content type='text'>
  * '(&lt;|&gt;)' and '`elem`' now get parsed and rendered properly as links
  * 'DbModule'/'DbUnitId' now properly get split apart into two links
  * tuple names now get parsed properly
  * some more small niceties...

The identifier parsing code is more precise and more efficient (although to be
fair: it is also longer and in its own module). On the rendering side, we need
to pipe through information about backticks/parens/neither all the way through
from renaming to the backends.

In terms of impact: a total of 35 modules in the entirety of the bootlib + ghc
lib docs change. The only "regression" is things like '\0'. These should be
changed to @\\0@ (the path by which this previously worked seems accidental).
</content>
</entry>
<entry>
<title>Removes `haddock-test`s dependency on `xml`/`xhtml` (#1027)</title>
<updated>2019-02-10T11:32:52+00:00</updated>
<author>
<name>Alec Theriault</name>
<email>alec.theriault@gmail.com</email>
</author>
<published>2019-02-10T11:32:52+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/haddock.git/commit/?id=4e8321de13225f1f5bdec8f39993e9b1aa0831a8'/>
<id>urn:sha1:4e8321de13225f1f5bdec8f39993e9b1aa0831a8</id>
<content type='text'>
This means that `html-test`, `latex-test`, `hoogle-test`, and
`hypsrc-test` now only depend on GHC boot libs. So we should
now be able to build and run these as part of GHC's testsuite. \o/

The reference output has changed very slightly, in three ways:

  * we don't convert quotes back into `&amp;quot;` as the `xml` lib did
  * we don't add extra `&amp;nbsp;` as the `xml` lib did
  * we now remove the entire footer `div` (instead of just emptying it)</content>
</entry>
<entry>
<title>Keep forall on H98 existential data constructors (#1003)</title>
<updated>2019-01-23T19:46:46+00:00</updated>
<author>
<name>Alec Theriault</name>
<email>alec.theriault@gmail.com</email>
</author>
<published>2019-01-23T19:46:46+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/haddock.git/commit/?id=53997f3db71d113bdad59548e3f16adfe90c112b'/>
<id>urn:sha1:53997f3db71d113bdad59548e3f16adfe90c112b</id>
<content type='text'>
The information about whether or not there is a source-level `forall`
is already available on a `ConDecl` (as `con_forall`), so we should use
it instead of always assuming `False`!

Fixes #1002.</content>
</entry>
<entry>
<title>Accept new output `GHC.Maybe` -&gt; `Data.Maybe` (#996)</title>
<updated>2019-01-11T00:42:45+00:00</updated>
<author>
<name>Alec Theriault</name>
<email>alec.theriault@gmail.com</email>
</author>
<published>2019-01-11T00:42:45+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/haddock.git/commit/?id=be5b94d3334e60dd7e9702f789efd82464efa179'/>
<id>urn:sha1:be5b94d3334e60dd7e9702f789efd82464efa179</id>
<content type='text'>
Since 53874834b779ad0dfbcde6650069c37926da1b79 in GHC, "GHC.Maybe"
is marked as `not-home`. That changes around some test output.</content>
</entry>
<entry>
<title>More uniform handling of `forall`'s in HTML/LaTeX</title>
<updated>2018-11-26T19:11:28+00:00</updated>
<author>
<name>Alec Theriault</name>
<email>alec.theriault@gmail.com</email>
</author>
<published>2018-11-25T18:32:22+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/haddock.git/commit/?id=a36ab92b289b4d6b707696eef49145bc7ced4957'/>
<id>urn:sha1:a36ab92b289b4d6b707696eef49145bc7ced4957</id>
<content type='text'>
 * don't forget to print explicit `forall`'s when there are arg docs
 * when printing an explicit `forall`, print all tyvars

Fixes #973
</content>
</entry>
<entry>
<title>Rename 'NewOcean' theme to 'Linuwial'</title>
<updated>2018-11-12T04:01:21+00:00</updated>
<author>
<name>Alec Theriault</name>
<email>alec.theriault@gmail.com</email>
</author>
<published>2018-11-12T04:00:30+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/haddock.git/commit/?id=a7a5ccec3fc44f3f2deab9ba32a5b9fe95aa9f6c'/>
<id>urn:sha1:a7a5ccec3fc44f3f2deab9ba32a5b9fe95aa9f6c</id>
<content type='text'>
</content>
</entry>
</feed>
