summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorAlbert Krewinkel <albert@zeitkraut.de>2022-09-29 12:31:28 +0200
committerJohn MacFarlane <jgm@berkeley.edu>2022-09-30 08:33:40 -0700
commit084e246126d8177e29e8b8e4bc84d340ac847e02 (patch)
tree7dbf823d2e9c0dbccf579be69cff154890126778 /pandoc.cabal
parent1a1e6457c6a674a460877acaa6691e9dd6a29d29 (diff)
[API Change] Remove modules T.P.Writers.Custom and T.P.Readers.Custom.
The functions `writeCustom` and `readCustom` are available from module Text.Pandoc.Lua.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal2
1 files changed, 0 insertions, 2 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 4c566f2a6..fb150d3d7 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -606,7 +606,6 @@ library
Text.Pandoc.Readers.Ipynb,
Text.Pandoc.Readers.CSV,
Text.Pandoc.Readers.RTF,
- Text.Pandoc.Readers.Custom,
Text.Pandoc.Writers,
Text.Pandoc.Writers.Native,
Text.Pandoc.Writers.Docbook,
@@ -628,7 +627,6 @@ library
Text.Pandoc.Writers.RST,
Text.Pandoc.Writers.Org,
Text.Pandoc.Writers.AsciiDoc,
- Text.Pandoc.Writers.Custom,
Text.Pandoc.Writers.Textile,
Text.Pandoc.Writers.MediaWiki,
Text.Pandoc.Writers.DokuWiki,