<feed xmlns='http://www.w3.org/2005/Atom'>
<title>haddock.git/haddock-api/src/Haddock/Backends/Xhtml, branch ghc-gitlab-ghc-9.4.1</title>
<subtitle>Haddock with an org backend (haddorg).
</subtitle>
<id>https://g.ypei.me/haddock.git/atom?h=ghc-gitlab-ghc-9.4.1</id>
<link rel='self' href='https://g.ypei.me/haddock.git/atom?h=ghc-gitlab-ghc-9.4.1'/>
<link rel='alternate' type='text/html' href='https://g.ypei.me/haddock.git/'/>
<updated>2022-04-01T10:02:02+00:00</updated>
<entry>
<title>Keep track of promotion ticks in HsOpTy</title>
<updated>2022-04-01T10:02:02+00:00</updated>
<author>
<name>sheaf</name>
<email>sam.derbyshire@gmail.com</email>
</author>
<published>2022-03-29T14:36:45+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/haddock.git/commit/?id=58237d76c96325f25627bfd7cdad5b93364d29a4'/>
<id>urn:sha1:58237d76c96325f25627bfd7cdad5b93364d29a4</id>
<content type='text'>
Keeping track of promotion ticks in HsOpTy allows us to properly
pretty-print promoted constructors such as lists.
</content>
</entry>
<entry>
<title>coot/multiple package (ghc-head) (#1419)</title>
<updated>2021-08-16T06:46:03+00:00</updated>
<author>
<name>Marcin Szamotulski</name>
<email>profunctor@pm.me</email>
</author>
<published>2021-08-16T06:46:03+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/haddock.git/commit/?id=1b63771dee5a7fac0696505d0b335908bd12835d'/>
<id>urn:sha1:1b63771dee5a7fac0696505d0b335908bd12835d</id>
<content type='text'>
* FromJSON class

Aeson style FromJSON class with Parsec based json parser.

* doc-index.json file for multiple packages

When creating haddock summary page for multiple packages render
doc-index.json file using contents of all found 'doc-index.json' files.

* Render doc-index.json

When rendering html, render doc-index.json file independently of
maybe_index_url option.  doc-index.json file is useful now even if
maybe_index_url is not `Nothing`.

* base url option

New `Flag_BaseURL` which configures from where static files are loaded
(--base-url).  If given and not equal "." static files are not coppied,
as this indicates that they are not read from the the directory where
we'd copy them.  The default value is ".".</content>
</entry>
<entry>
<title>HsToken in FunTy, RecConGADT</title>
<updated>2021-06-10T10:35:42+00:00</updated>
<author>
<name>Vladislav Zavialov</name>
<email>vlad.z.4096@gmail.com</email>
</author>
<published>2021-06-01T07:31:12+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/haddock.git/commit/?id=0029f289bec7427032785f13cf3bcdebddf7b91f'/>
<id>urn:sha1:0029f289bec7427032785f13cf3bcdebddf7b91f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>FieldOcc: rename extFieldOcc to foExt</title>
<updated>2021-05-21T22:20:39+00:00</updated>
<author>
<name>Shayne Fletcher</name>
<email>shayne@shaynefletcher.org</email>
</author>
<published>2021-04-24T18:31:41+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/haddock.git/commit/?id=3b6a8774bdb543dad59b2618458b07feab8a55e9'/>
<id>urn:sha1:3b6a8774bdb543dad59b2618458b07feab8a55e9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove Maybe from HsQualTy</title>
<updated>2021-05-20T18:05:09+00:00</updated>
<author>
<name>Alan Zimmerman</name>
<email>alan.zimm@gmail.com</email>
</author>
<published>2021-05-16T20:21:03+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/haddock.git/commit/?id=3fe1ccd2393837c4e8bc788368c18b40f7dac918'/>
<id>urn:sha1:3fe1ccd2393837c4e8bc788368c18b40f7dac918</id>
<content type='text'>
Match changes in GHC for #19845
</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>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>Merge branch 'ghc-head' into ghc-9.0</title>
<updated>2021-02-07T17:39:59+00:00</updated>
<author>
<name>alexbiehl-gc</name>
<email>72160047+alexbiehl-gc@users.noreply.github.com</email>
</author>
<published>2021-02-07T17:39:59+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/haddock.git/commit/?id=786d3e69799398c3aac26fbd5017a127bc69cacc'/>
<id>urn:sha1:786d3e69799398c3aac26fbd5017a127bc69cacc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #1314 from tweag/show-linear-backport</title>
<updated>2021-02-07T15:21:29+00:00</updated>
<author>
<name>Hécate Moonlight</name>
<email>Kleidukos@users.noreply.github.com</email>
</author>
<published>2021-02-07T15:21:29+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/haddock.git/commit/?id=9dab3bdc9f31c0389e69f21c2199f874d151ccb7'/>
<id>urn:sha1:9dab3bdc9f31c0389e69f21c2199f874d151ccb7</id>
<content type='text'>
Backport #1238 (linear types) to ghc-9.0</content>
</entry>
<entry>
<title>Add support for labeled module references</title>
<updated>2021-02-07T15:13:04+00:00</updated>
<author>
<name>Iñaki García Etxebarria</name>
<email>git@inaki.blueleaf.cc</email>
</author>
<published>2019-07-31T15:28:00+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/haddock.git/commit/?id=c31c156422785751e33c9a7a4f021ac8da77d364'/>
<id>urn:sha1:c31c156422785751e33c9a7a4f021ac8da77d364</id>
<content type='text'>
Support a markdown-style way of annotating module references. For instance

-- | [label]("Module.Name#anchor")

will create a link that points to the same place as the module
reference "Module.Name#anchor" but the text displayed on the link will
be "label".
</content>
</entry>
</feed>
