<feed xmlns='http://www.w3.org/2005/Atom'>
<title>haddock.git/haddock-library/src/Documentation, branch ghc-gitlab-ghc-9.2.2</title>
<subtitle>Haddock with an org backend (haddorg).
</subtitle>
<id>https://g.ypei.me/haddock.git/atom?h=ghc-gitlab-ghc-9.2.2</id>
<link rel='self' href='https://g.ypei.me/haddock.git/atom?h=ghc-gitlab-ghc-9.2.2'/>
<link rel='alternate' type='text/html' href='https://g.ypei.me/haddock.git/'/>
<updated>2021-02-07T16:46:25+00:00</updated>
<entry>
<title>Remove dubious parseModLink</title>
<updated>2021-02-07T16:46:25+00:00</updated>
<author>
<name>alexbiehl</name>
<email>alexbiehl@gmail.com</email>
</author>
<published>2021-02-07T16:46:25+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/haddock.git/commit/?id=2f34d120c6da996d23518c3fa9065ccf0e05a551'/>
<id>urn:sha1:2f34d120c6da996d23518c3fa9065ccf0e05a551</id>
<content type='text'>
Instead construct the ModLink value directly when parsing.
</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>
<entry>
<title>Add dangling changes from branches ghc-8.6 and ghc-8.8 (#1243)</title>
<updated>2020-12-08T15:43:05+00:00</updated>
<author>
<name>Xia Li-yao</name>
<email>Lysxia@users.noreply.github.com</email>
</author>
<published>2020-12-08T15:43:05+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/haddock.git/commit/?id=7240b69e3444e40546c7a17855eed2e5ab8a0816'/>
<id>urn:sha1:7240b69e3444e40546c7a17855eed2e5ab8a0816</id>
<content type='text'>
* Fix multiple typos and inconsistencies in doc/markup.rst

Note: I noticed some overlap with #1112 from @wygulmage and #1081 from
@parsonsmatt after creating these proposed changes - mea culpa for not
looking at the open PRs sooner.

* Fix #1113 If no Signatures, no section of index.html

* Change the formatting of missing link destinations

The current formatting of the missing link destination does not really
help user to understand the reasons of the missing link.

To address this, I've changed the formatting in two ways:

- the missing link symbol name is now fully qualified. This way you
immediately know which haskell module cannot be linked. It is then easier
to understand why this module does not have documentation (hidden module
or broken documentation).
- one line per missing link, that's more readable now that symbol name
can be longer due to qualification.

For example, before haddock was listing missing symbol such as:

```
could not find link destinations for:
  Word8 Word16 mapMaybe
```

Now it is listed as:

```
could not find link destinations for:
  - Data.Word.Word8
  - Data.Word.Word16
  - Data.Maybe.mapMaybe
```

* Add `--ignore-link-symbol` command line argument

This argument can be used multiples time. A missing link to a symbol
listed by `--ignore-link-symbol` won't trigger "missing link" warning.

* Forbid spaces in anchors (#1148)

* Improve error messages with context information (#1060)

Co-authored-by: Matt Audesse &lt;matt@mattaudesse.com&gt;
Co-authored-by: Mike Pilgrem &lt;mpilgrem@users.noreply.github.com&gt;
Co-authored-by: Guillaume Bouchard &lt;guillaume.bouchard@tweag.io&gt;
Co-authored-by: Pepe Iborra &lt;pepeiborra@gmail.com&gt;</content>
</entry>
<entry>
<title>Allow more characters in anchor following module reference (#1220)</title>
<updated>2020-12-08T15:42:17+00:00</updated>
<author>
<name>Xia Li-yao</name>
<email>Lysxia@users.noreply.github.com</email>
</author>
<published>2020-12-08T15:42:17+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/haddock.git/commit/?id=1bedd20b94359728c25f64f7643a0ca0fb0f9fa2'/>
<id>urn:sha1:1bedd20b94359728c25f64f7643a0ca0fb0f9fa2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>`haddock-library` document header level</title>
<updated>2020-03-28T17:36:25+00:00</updated>
<author>
<name>Alec Theriault</name>
<email>alec.theriault@gmail.com</email>
</author>
<published>2020-03-28T17:17:35+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/haddock.git/commit/?id=d8bedeb98a84db0d51c49d41c632d9d4846d1bbe'/>
<id>urn:sha1:d8bedeb98a84db0d51c49d41c632d9d4846d1bbe</id>
<content type='text'>
Document the fact the header level is going to always be between 1 and 6
inclusive. Along the way, I also optimized the parsing code a bit.
</content>
</entry>
<entry>
<title>Fix crash in `haddock-library` on unicode space</title>
<updated>2020-03-28T00:34:33+00:00</updated>
<author>
<name>Alec Theriault</name>
<email>alec.theriault@gmail.com</email>
</author>
<published>2020-03-28T00:16:51+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/haddock.git/commit/?id=b0514cc5d53bb37424177d2ba986216a914f8b1c'/>
<id>urn:sha1:b0514cc5d53bb37424177d2ba986216a914f8b1c</id>
<content type='text'>
Our quickcheck tests for `haddock-library` stumbled across an edge case
input that was causing Haddock to crash: it was a unicode space
character.

The root cause of the crash is that we were implicitly assuming that
if a space character was not " \t\f\v\r", it would have to be "\n".
We fix this by instead defining horizontal space as: any space character
that is not '\n'.

Fixes #1142
</content>
</entry>
<entry>
<title>Update parsing to strip whitespace from table cells (#1074)</title>
<updated>2020-03-21T00:24:17+00:00</updated>
<author>
<name>Alina Banerjee</name>
<email>alinab@users.noreply.github.com</email>
</author>
<published>2019-08-01T21:01:39+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/haddock.git/commit/?id=dec888641006eb685a642ec489b198c61a5736dc'/>
<id>urn:sha1:dec888641006eb685a642ec489b198c61a5736dc</id>
<content type='text'>
* Update parsing to strip leading &amp; trailing whitespace from table cells

* Update fixture data to disallow whitespaces at both ends in table cells

* Add test case for whitespaces stripped from both ends of table cells

* Update table reference test data for html tests
</content>
</entry>
<entry>
<title>Fix build-failure regression for base &lt; 4.7</title>
<updated>2019-12-08T11:09:54+00:00</updated>
<author>
<name>Herbert Valerio Riedel</name>
<email>hvr@gnu.org</email>
</author>
<published>2019-12-08T10:53:39+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/haddock.git/commit/?id=be8b02c4e3cffe7d45b3dad0a0f071d35a274d65'/>
<id>urn:sha1:be8b02c4e3cffe7d45b3dad0a0f071d35a274d65</id>
<content type='text'>
The `$&gt;` operator definition is available only since base-4.7 which
unfortunately wasn't caught before release to Hackage (but has been
fixed up by a metadata-revision)

This commit introduces a `CompatPrelude` module which allows to reduce
the amount of CPP by ousting it to a central location, i.e. the new
`CompatPrelude` module. This pattern also tends to reduce the tricks
needed to silence unused import warnings.

Addresses #1119
</content>
</entry>
<entry>
<title>Document error-prone conditional definition of instances</title>
<updated>2019-12-08T11:08:16+00:00</updated>
<author>
<name>Herbert Valerio Riedel</name>
<email>hvr@gnu.org</email>
</author>
<published>2019-12-08T10:47:58+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/haddock.git/commit/?id=ee05ff1ecde866e31f72e3fa4f773dca98944dc3'/>
<id>urn:sha1:ee05ff1ecde866e31f72e3fa4f773dca98944dc3</id>
<content type='text'>
This can easily trip up people if one isn't aware of it. Usually it's
better to avoid this kind of conditionality especially for typeclasses
for which there's an compat-package as conditional instances like
these tend to fragment the ecosystem into those packages that go the
extra mile to provide backward compat via those compat-packages and
those that fail to do so.
</content>
</entry>
<entry>
<title>Release haddock-2.23, haddock-library-1.8.0</title>
<updated>2019-05-26T21:57:52+00:00</updated>
<author>
<name>Alec Theriault</name>
<email>alec.theriault@gmail.com</email>
</author>
<published>2019-05-26T19:19:27+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/haddock.git/commit/?id=91f55209065497c8cd0d0a23e5ed5561410b4df0'/>
<id>urn:sha1:91f55209065497c8cd0d0a23e5ed5561410b4df0</id>
<content type='text'>
Tentatively adjust bounds and changelogs for the release to be bundled
with GHC 8.8.1.
</content>
</entry>
</feed>
