T.P.Citeproc: do not export getStyle, getCiteprocLang.

This commit undoes the API changes noted in
ea77f2e6f6

They are no longer needed, and we should avoid unnecessary
API changes.
This commit is contained in:
John MacFarlane 2021-12-15 16:05:15 -08:00
parent 6303952623
commit 61ffa55835

View file

@ -7,8 +7,6 @@
module Text.Pandoc.Citeproc
( processCitations,
getReferences,
getStyle,
getCiteprocLang
)
where