aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-12-15 16:05:15 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2021-12-15 16:05:15 -0800
commit61ffa55835bf8ee0d86431e52d9a5d9482bd7bb3 (patch)
tree0cde35e028d377be97440d0ffdbdbbd8a1d8c55d
parent6303952623d7a9fe2c5e9f618abd812d48ca3fcd (diff)
downloadpandoc-61ffa55835bf8ee0d86431e52d9a5d9482bd7bb3.tar.gz
T.P.Citeproc: do not export getStyle, getCiteprocLang.
This commit undoes the API changes noted in ea77f2e6f653d5b570109fa208dc427d99f95b51 They are no longer needed, and we should avoid unnecessary API changes.
-rw-r--r--src/Text/Pandoc/Citeproc.hs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Text/Pandoc/Citeproc.hs b/src/Text/Pandoc/Citeproc.hs
index d769a91c8..f235f6e01 100644
--- a/src/Text/Pandoc/Citeproc.hs
+++ b/src/Text/Pandoc/Citeproc.hs
@@ -7,8 +7,6 @@
module Text.Pandoc.Citeproc
( processCitations,
getReferences,
- getStyle,
- getCiteprocLang
)
where