summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Citeproc/Name.hs
AgeCommit message (Collapse)Author
2022-10-31First stab at mtl 2.3 compliance.John MacFarlane
This will no doubt produce a bunch of warnings and hence CI failures, which we'll need to work around with explicit imports.
2022-10-15Minor code cleanups.John MacFarlane
2022-10-04Removed some final blank lines.John MacFarlane
2022-10-02Add T.P.Citeproc.Name.John MacFarlane
This exports `toName`, which previously had been part of T.P.Citeproc.BibTeX. T.P.Readers.RIS,EndNote can now depend on this module without transitively depending on the LaTeX reader, which is used in T.P.Citeproc.BibTeX. Closes #8345.