<feed xmlns='http://www.w3.org/2005/Atom'>
<title>haddock.git/latex-test, 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-19T07:32:55+00:00</updated>
<entry>
<title>Follow hlint suggestion: unused LANGUAGE pragma. (#1504)</title>
<updated>2022-07-19T07:32:55+00:00</updated>
<author>
<name>Phil de Joux</name>
<email>philderbeast@gmail.com</email>
</author>
<published>2022-07-19T07:32:55+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/haddock.git/commit/?id=90c38242e54d1a742426e2b1b3c7d71e226811bd'/>
<id>urn:sha1:90c38242e54d1a742426e2b1b3c7d71e226811bd</id>
<content type='text'>
* Follow hlint suggestion: unused LANGUAGE pragma.

* Ignore within modules to pass linting and pass tests.</content>
</entry>
<entry>
<title>Merge pull request #1342 from nomeata/joachim/haskell2010-in-tests-ghc-head</title>
<updated>2021-02-22T09:56:51+00:00</updated>
<author>
<name>Hécate Moonlight</name>
<email>Kleidukos@users.noreply.github.com</email>
</author>
<published>2021-02-22T09:56:51+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/haddock.git/commit/?id=a82ad674def0e62218076d91ea24ad978ccfed9f'/>
<id>urn:sha1:a82ad674def0e62218076d91ea24ad978ccfed9f</id>
<content type='text'>
html-test: Always set language</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>Stable sort for (data/newtype) instances</title>
<updated>2021-02-11T09:32:32+00:00</updated>
<author>
<name>alexbiehl</name>
<email>alexbiehl@gmail.com</email>
</author>
<published>2021-02-09T11:42:30+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/haddock.git/commit/?id=cf7d06b8ac0f47d6ff1c2d3decdb6a50a0fd7502'/>
<id>urn:sha1:cf7d06b8ac0f47d6ff1c2d3decdb6a50a0fd7502</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'origin/ghc-9.0' into ghc-head</title>
<updated>2021-01-13T23:39:25+00:00</updated>
<author>
<name>Ben Gamari</name>
<email>ben@smart-cactus.org</email>
</author>
<published>2021-01-06T00:30:24+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/haddock.git/commit/?id=e1230ede3d1c77a6916e318aefcd47829e56035c'/>
<id>urn:sha1:e1230ede3d1c77a6916e318aefcd47829e56035c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Display linear/multiplicity arrows correctly (#1238)</title>
<updated>2020-12-16T19:03:14+00:00</updated>
<author>
<name>Krzysztof Gogolewski</name>
<email>krzysztof.gogolewski@tweag.io</email>
</author>
<published>2020-12-16T19:03:14+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/haddock.git/commit/?id=b4b4d896d2d68d6c48e7db7bfe95c185ca0709cb'/>
<id>urn:sha1:b4b4d896d2d68d6c48e7db7bfe95c185ca0709cb</id>
<content type='text'>
Previously we were ignoring multiplicity and displayed
a %1 -&gt; b as a -&gt; b.</content>
</entry>
<entry>
<title>Many LaTeX backend fixes</title>
<updated>2019-03-09T19:22:55+00:00</updated>
<author>
<name>Alec Theriault</name>
<email>alec.theriault@gmail.com</email>
</author>
<published>2018-09-09T21:25:57+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/haddock.git/commit/?id=ae23b4f25a972620686617b5aab5375d5046b1c9'/>
<id>urn:sha1:ae23b4f25a972620686617b5aab5375d5046b1c9</id>
<content type='text'>
After this commit, we can run with `--latex` on all boot libraries
without crashing (although the generated LaTeX still fails to compile in
a handful of larger packages like `ghc` and `base`).

 * Add newlines after all block elements in LaTeX. This is important to
   prevent the final output from being more an more indented. See the
   `latext-test/src/Example` test case for a sample of this.

 * Support associated types in class declarations (but not yet defaults)

 * Several small issues for producing compiling LaTeX;
     - avoid empy `\haddockbeginargs` lists (ex: `type family Any`)
     - properly escape identifiers depending on context (ex: `Int#`)
     - add `vbox` around `itemize`/`enumerate` (so they can be in tables)

 * Several spacing fixes:
     - limit the width of `Pretty`-arranged monospaced code
     - cut out extra space characters in export lists
     - only escape spaces if there are _multiple_ spaces
     - allow type signatures to be multiline (even without docs)

 * Remove uninteresting and repetitive `main.tex`/`haddock.sty` files
   from `latex-test` test reference output.

Fixes #935, #929 (LaTeX docs for `text` build &amp; compile)
Fixes #727, #930 (I think both are really about type families...)
</content>
</entry>
<entry>
<title>Avoid multi-line `emph` in LaTeX backend</title>
<updated>2019-03-09T19:22:55+00:00</updated>
<author>
<name>Alec Theriault</name>
<email>alec.theriault@gmail.com</email>
</author>
<published>2018-09-09T20:53:32+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/haddock.git/commit/?id=747dfc712bd516b76342f2e17dada7a64d43c778'/>
<id>urn:sha1:747dfc712bd516b76342f2e17dada7a64d43c778</id>
<content type='text'>
`markupWarning` often processes inputs which span across paragraphs.
Unfortunately, LaTeX's `emph` is not made to handle this (and will
crash).

Fixes #936.
</content>
</entry>
<entry>
<title>Better support for default methods in classes</title>
<updated>2019-03-09T19:22:55+00:00</updated>
<author>
<name>Alec Theriault</name>
<email>alec.theriault@gmail.com</email>
</author>
<published>2019-03-08T21:23:37+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/haddock.git/commit/?id=abb448ff120d6f09b6d070806de1d0eb334bc23b'/>
<id>urn:sha1:abb448ff120d6f09b6d070806de1d0eb334bc23b</id>
<content type='text'>
  * default methods now get rendered differently
  * default associated types get rendered
  * fix a forgotten `s/TypeSig/ClassOpSig/` refactor in LaTeX backend
  * LaTeX backend now renders default method signatures

NB: there is still no way to document default class members and the
NB: LaTeX backend still crashes on associated types
</content>
</entry>
<entry>
<title>Support value/type namespaces on identifier links</title>
<updated>2019-02-25T08:42:41+00:00</updated>
<author>
<name>Alec Theriault</name>
<email>alec.theriault@gmail.com</email>
</author>
<published>2018-07-19T18:42:26+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/haddock.git/commit/?id=dd47029cb29c80b1ab4db520c9c2ce4dca37f833'/>
<id>urn:sha1:dd47029cb29c80b1ab4db520c9c2ce4dca37f833</id>
<content type='text'>
Identifier links can be prefixed with a 'v' or 't' to indicate the value or
type namespace of the desired identifier. For example:

-- | Some link to a value: v'Data.Functor.Identity'
--
-- Some link to a type: t'Data.Functor.Identity'

The default is still the type (with a warning about the ambiguity)
</content>
</entry>
</feed>
