<feed xmlns='http://www.w3.org/2005/Atom'>
<title>haddock.git/html-test/ref/Identifiers.html, 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-12-02T11:46:54+00:00</updated>
<entry>
<title>Update html-test for Data.List revert</title>
<updated>2021-12-02T11:46:54+00:00</updated>
<author>
<name>Matthew Pickering</name>
<email>matthewtpickering@gmail.com</email>
</author>
<published>2021-12-02T11:46:54+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/haddock.git/commit/?id=bbe3c508cc5688683f9febbed814e5230dce0c4b'/>
<id>urn:sha1:bbe3c508cc5688683f9febbed814e5230dce0c4b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Specialization of Data.List</title>
<updated>2021-03-26T23:12:00+00:00</updated>
<author>
<name>Oleg Grenrus</name>
<email>oleg.grenrus@iki.fi</email>
</author>
<published>2021-03-20T01:48:13+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/haddock.git/commit/?id=36418c4f70d7d2b179a77925b3ad5caedb08c9b5'/>
<id>urn:sha1:36418c4f70d7d2b179a77925b3ad5caedb08c9b5</id>
<content type='text'>
</content>
</entry>
<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-head' into wip/ghc-head-merge</title>
<updated>2021-02-06T16:53:31+00:00</updated>
<author>
<name>Ben Gamari</name>
<email>ben@smart-cactus.org</email>
</author>
<published>2021-02-05T02:49:05+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/haddock.git/commit/?id=bf8ba2525e95319bdbcfc81d06448b646eba3a57'/>
<id>urn:sha1:bf8ba2525e95319bdbcfc81d06448b646eba3a57</id>
<content type='text'>
</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>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>
</feed>
