0.3.0.2
* NOINLINE literal instead of fromString (#2, sjakobi). This produces
a further reduction in allocations and pandoc compile time.
0.3.0.1
* NOINLINE fromString (#1). @sjakobi reports that this change reduced
total allocations for building pandoc-2.12 with GHC 8.10.4 by 8.5%
and reduced peak allocations are reduced from 3854MB to 3389MB.
These PLIST files have been autogenerated by mk/haskell.mk using
HS_UPDATE_PLIST=yes during a bulk build. They will help to track changes
to the packages. The Haskell packages didn't have PLIST files because
their paths contained package hashes. These hashes are now determined by
mk/haskell.mk, which makes it easy to generate easy to read PLIST files.
doclayout is a prettyprinting library for laying out text documents,
with several features not present in prettyprinting libraries designed
for code. It was designed for use in pandoc.