summaryrefslogtreecommitdiff
path: root/docs/users_guide/ghc_packages.py
Commit message (Collapse)AuthorAgeFilesLines
* relnotes: Fix parsing of Version: field from Cabal fileBen Gamari2018-03-191-2/+2
| | | | | | Subscribers: rwbarton, thomie, carter Differential Revision: https://phabricator.haskell.org/D4491
* Fix ghc_packagesBen Gamari2017-12-041-1/+2
| | | | | | The LaTeX produced by this previously failed to compile. Changing the first cell of the row from an inline to a paragraph fixes this. Then I noticed that the table overflowed the page. This is fixed by applying the longtable class.
* relnotes: Rework treatment of included package listBen Gamari2017-11-271-0/+64
Previously the included package lists took a disproportionate amount of space in the resulting document and were difficult to maintain. Turn it into a table. Subscribers: rwbarton, thomie Differential Revision: https://phabricator.haskell.org/D4230