<feed xmlns='http://www.w3.org/2005/Atom'>
<title>haddock.git/haddock-library, branch ghc-9.4</title>
<subtitle>Haddock with an org backend (haddorg).
</subtitle>
<id>https://g.ypei.me/haddock.git/atom?h=ghc-9.4</id>
<link rel='self' href='https://g.ypei.me/haddock.git/atom?h=ghc-9.4'/>
<link rel='alternate' type='text/html' href='https://g.ypei.me/haddock.git/'/>
<updated>2022-07-21T02:27:19+00:00</updated>
<entry>
<title>Merge remote-tracking branch 'upstream/ghc-9.4' into ghc-9.4</title>
<updated>2022-07-21T02:27:19+00:00</updated>
<author>
<name>Yuchen Pei</name>
<email>hi@ypei.me</email>
</author>
<published>2022-07-21T02:27:19+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/haddock.git/commit/?id=32ac0f03b4259fc8eebba9bb3a2a46d23122a43b'/>
<id>urn:sha1:32ac0f03b4259fc8eebba9bb3a2a46d23122a43b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix the changelog and bump the version of haddock-library on ghc-9.2</title>
<updated>2022-05-08T14:37:16+00:00</updated>
<author>
<name>Hécate Moonlight</name>
<email>hecate+github@glitchbra.in</email>
</author>
<published>2022-05-08T14:36:51+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/haddock.git/commit/?id=2980e5504fdea93fd8cafc1e4f9c39ac612212fc'/>
<id>urn:sha1:2980e5504fdea93fd8cafc1e4f9c39ac612212fc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix parsing trailing quotes in backticked identifiers (#1408) (#1483)</title>
<updated>2022-05-08T14:19:47+00:00</updated>
<author>
<name>Artem Pelenitsyn</name>
<email>a.pelenitsyn@gmail.com</email>
</author>
<published>2022-05-08T14:19:47+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/haddock.git/commit/?id=4073ed3534eea6579869679bdb59ea3322c2a588'/>
<id>urn:sha1:4073ed3534eea6579869679bdb59ea3322c2a588</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Keep track of ordered list indexes and render them (#1407)</title>
<updated>2022-05-03T12:19:24+00:00</updated>
<author>
<name>Ben Simms</name>
<email>ben@bensimms.moe</email>
</author>
<published>2022-05-03T12:19:24+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/haddock.git/commit/?id=35c99f595c984f58d2fb4dc180c48a0eaf7df173'/>
<id>urn:sha1:35c99f595c984f58d2fb4dc180c48a0eaf7df173</id>
<content type='text'>
* Keep track of ordered list indexes and render them

* Rename some identifiers to clarify</content>
</entry>
<entry>
<title>Follow hlint, remove language pragmas in libs. (#1478)</title>
<updated>2022-05-03T11:34:04+00:00</updated>
<author>
<name>Phil de Joux</name>
<email>philderbeast@gmail.com</email>
</author>
<published>2022-05-03T11:34:04+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/haddock.git/commit/?id=bc0f2d6c1bfd331a9426fa9a92288444178267b1'/>
<id>urn:sha1:bc0f2d6c1bfd331a9426fa9a92288444178267b1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add hlint action .hlint.yaml with ignores &amp; CPP. (#1475)</title>
<updated>2022-05-02T12:46:38+00:00</updated>
<author>
<name>Phil de Joux</name>
<email>philderbeast@gmail.com</email>
</author>
<published>2022-05-02T12:46:38+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/haddock.git/commit/?id=e53854655a796579efcaaf1c4321f388910af3d0'/>
<id>urn:sha1:e53854655a796579efcaaf1c4321f388910af3d0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'upstream/ghc-9.2' into ghc-head</title>
<updated>2022-04-25T20:24:31+00:00</updated>
<author>
<name>Ben Gamari</name>
<email>ben@smart-cactus.org</email>
</author>
<published>2022-04-25T20:24:31+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/haddock.git/commit/?id=70b83bc5fa944f17f1423c4c94a38b82bdfe1ccd'/>
<id>urn:sha1:70b83bc5fa944f17f1423c4c94a38b82bdfe1ccd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Parse Markdown links at beginning of line within a paragraph (#1470)</title>
<updated>2022-04-12T11:29:46+00:00</updated>
<author>
<name>Steve Hart</name>
<email>steve.hart@americandata.consulting</email>
</author>
<published>2022-04-12T11:29:46+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/haddock.git/commit/?id=e06c1c255377e5245748f4c4003240815deae72f'/>
<id>urn:sha1:e06c1c255377e5245748f4c4003240815deae72f</id>
<content type='text'>
* Catch Markdown links at beginning of line within paragraph

Per Issue #774, Markdown links were being parsed as ordinary text when
they occurred at the beginning of a line other than the first line of
the paragraph. This occurred because the parser was not interpreting a
left square bracket as a special character that could delimit special
markup. A space character was considered a special character, so, if a
space occurred at the beginning of the new line, then the parser would
interpret the space by itself and then continue parsing, thereby
catching the Markdown link. '\n' was not treated as a special character,
so the parser did not catch a Markdown link that may have followed.

Note that this will allow for Markdown links that are not surrounded by
spaces. For example, the following text includes a Markdown link that
will be parsed:

  Hello, world[label](url)

This is consistent with how the parser handles other types of markup.

* Remove obsolete documentation hint

Commit 6b9aeafddf20efc65d3725c16e3fc43a20aac343 should eliminate the
need for the workaround suggested in the documentation.</content>
</entry>
<entry>
<title>spelling errors (#1471)</title>
<updated>2022-04-06T15:47:57+00:00</updated>
<author>
<name>askeblad</name>
<email>74082607+askeblad@users.noreply.github.com</email>
</author>
<published>2022-04-06T15:47:57+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/haddock.git/commit/?id=a127bb256ec411b2e78edba21299c5dabba3b847'/>
<id>urn:sha1:a127bb256ec411b2e78edba21299c5dabba3b847</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix CI (#1467)</title>
<updated>2022-03-25T19:43:50+00:00</updated>
<author>
<name>Steve Hart</name>
<email>steve@stevehart.net</email>
</author>
<published>2022-03-25T19:43:50+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/haddock.git/commit/?id=53244da3330ada568f80e2a07b4c6fe7268c91fc'/>
<id>urn:sha1:53244da3330ada568f80e2a07b4c6fe7268c91fc</id>
<content type='text'>
* CI: Reinstall GHC with docs

CI tests were failing because the GHC preinstalled to the CI
environment does not include documentation, which is required for
running the Haddock tests. This commit causes the CI workflow to
reinstall GHC with docs so that tests can succeed.</content>
</entry>
</feed>
