<feed xmlns='http://www.w3.org/2005/Atom'>
<title>haddock.git/haddock-api/src/Haddock/Interface, branch ghc-9.2</title>
<subtitle>Haddock with an org backend (haddorg).
</subtitle>
<id>https://g.ypei.me/haddock.git/atom?h=ghc-9.2</id>
<link rel='self' href='https://g.ypei.me/haddock.git/atom?h=ghc-9.2'/>
<link rel='alternate' type='text/html' href='https://g.ypei.me/haddock.git/'/>
<updated>2022-05-03T12:19:24+00:00</updated>
<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>Remove unused imports that GHC warned about. (#1480)</title>
<updated>2022-05-03T11:14:55+00:00</updated>
<author>
<name>Phil de Joux</name>
<email>philderbeast@gmail.com</email>
</author>
<published>2022-05-03T11:14:55+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/haddock.git/commit/?id=1a2df0b6932b8d47a3cdaf022d631913904291be'/>
<id>urn:sha1:1a2df0b6932b8d47a3cdaf022d631913904291be</id>
<content type='text'>
</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>typos (#1464)</title>
<updated>2022-03-16T08:44:27+00:00</updated>
<author>
<name>askeblad</name>
<email>74082607+askeblad@users.noreply.github.com</email>
</author>
<published>2022-03-16T08:44:27+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/haddock.git/commit/?id=e187816f64f0c54dc924f8283fe4c75a6e1f67b2'/>
<id>urn:sha1:e187816f64f0c54dc924f8283fe4c75a6e1f67b2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Match changes in GHC AST for in-tree API Annotations</title>
<updated>2021-03-15T17:15:26+00:00</updated>
<author>
<name>Alan Zimmerman</name>
<email>alan.zimm@gmail.com</email>
</author>
<published>2020-04-18T17:37:38+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/haddock.git/commit/?id=6173eeaa1608a4325ecd005feec05d3ab4e9323f'/>
<id>urn:sha1:6173eeaa1608a4325ecd005feec05d3ab4e9323f</id>
<content type='text'>
As landed via https://gitlab.haskell.org/ghc/ghc/-/merge_requests/2418
</content>
</entry>
<entry>
<title>Implement template-haskell's putDoc</title>
<updated>2021-03-10T20:38:40+00:00</updated>
<author>
<name>Luke Lau</name>
<email>luke_lau@icloud.com</email>
</author>
<published>2020-05-22T17:11:31+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/haddock.git/commit/?id=d930bd87cd43d840bf2877e4a51b2a48c2e18f74'/>
<id>urn:sha1:d930bd87cd43d840bf2877e4a51b2a48c2e18f74</id>
<content type='text'>
This catches up to GHC using the new extractTHDocs function, which
returns documentation added via the putDoc function (provided it was
compiled with Opt_Haddock). Since it's already a map from names -&gt; docs,
there's no need to do traversal etc.
It also matches the change from the argument map being made an IntMap
rather than a Map Int
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'origin/ghc-head' into HEAD</title>
<updated>2021-03-07T00:26:49+00:00</updated>
<author>
<name>Ben Gamari</name>
<email>ben@smart-cactus.org</email>
</author>
<published>2021-03-07T00:26:49+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/haddock.git/commit/?id=65868397a59e61b575c70c0757dddbbba9cb5ac9'/>
<id>urn:sha1:65868397a59e61b575c70c0757dddbbba9cb5ac9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Context becomes a Maybe in the GHC AST</title>
<updated>2021-02-22T20:04:24+00:00</updated>
<author>
<name>Alan Zimmerman</name>
<email>alan.zimm@gmail.com</email>
</author>
<published>2021-02-22T20:04:24+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/haddock.git/commit/?id=8241d9e700e043b86b609c334494c4632848389f'/>
<id>urn:sha1:8241d9e700e043b86b609c334494c4632848389f</id>
<content type='text'>
This prevents noLoc's appearing in the ParsedSource.

Match the change in GHC.
</content>
</entry>
<entry>
<title>Explicit imports for Haddock.Interface and Haddock.Interface.Create</title>
<updated>2021-02-22T17:44:57+00:00</updated>
<author>
<name>Hécate Moonlight</name>
<email>hecate+github@glitchbra.in</email>
</author>
<published>2021-02-22T17:41:08+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/haddock.git/commit/?id=f2bd833fdc6f49bb33ab9df12e18e194453bff03'/>
<id>urn:sha1:f2bd833fdc6f49bb33ab9df12e18e194453bff03</id>
<content type='text'>
</content>
</entry>
</feed>
