[commit: ghc] master: relnotes: Rework treatment of included package list (e4dc2cd)
git at git.haskell.org
git at git.haskell.org
Tue Nov 28 01:30:00 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/e4dc2cd51902a8cd83476f861cf52996e5adf157/ghc
>---------------------------------------------------------------
commit e4dc2cd51902a8cd83476f861cf52996e5adf157
Author: Ben Gamari <bgamari.foss at gmail.com>
Date: Mon Nov 27 14:01:02 2017 -0500
relnotes: Rework treatment of included package list
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
>---------------------------------------------------------------
e4dc2cd51902a8cd83476f861cf52996e5adf157
docs/users_guide/8.4.1-notes.rst | 45 ++++++++++++++++++++++++++--
docs/users_guide/conf.py | 6 +++-
docs/users_guide/flags.py | 26 +---------------
docs/users_guide/ghc_packages.py | 64 ++++++++++++++++++++++++++++++++++++++++
docs/users_guide/utils.py | 26 ++++++++++++++++
5 files changed, 138 insertions(+), 29 deletions(-)
Diff suppressed because of size. To see it, use:
git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --cc e4dc2cd51902a8cd83476f861cf52996e5adf157
More information about the ghc-commits
mailing list