diff options
| author | Albert Krewinkel <albert@zeitkraut.de> | 2022-06-10 17:37:12 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-10 08:37:12 -0700 |
| commit | 42cbc71bbc19c444d0acf9cb0709dfe568539dbd (patch) | |
| tree | 5dc560dae5a4f2027e1bbb812e588c721f6d670a /pandoc.cabal | |
| parent | 2200b9c8ffd44cb474aa804333721ce16fd09776 (diff) | |
Allow placing custom readers and writers in data subdir (#8112)
* PandocMonad: add new function `findFileWithDataFallback` [API Change]
* Custom readers: allow files to be placed in "readers" data dir
* Custom writers: allow files to be placed in "writers" data dir
Diffstat (limited to 'pandoc.cabal')
| -rw-r--r-- | pandoc.cabal | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index 83a3a7def..533acec99 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -662,7 +662,6 @@ library Text.Pandoc.Filter.Environment, Text.Pandoc.Filter.JSON, Text.Pandoc.Filter.Lua, - Text.Pandoc.Filter.Path, Text.Pandoc.Parsing.Capabilities, Text.Pandoc.Parsing.Citations, Text.Pandoc.Parsing.General, |
