From 61ffa55835bf8ee0d86431e52d9a5d9482bd7bb3 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 15 Dec 2021 16:05:15 -0800 Subject: 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. --- src/Text/Pandoc/Citeproc.hs | 2 -- 1 file changed, 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 -- cgit v1.2.3