diff options
| author | Even Brenden <evenbrenden@gmail.com> | 2022-01-21 21:00:45 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-21 12:00:45 -0800 |
| commit | 7df29e495f17b239f0e4b239fda849a1f27d2cf2 (patch) | |
| tree | ccef8776c544d61ec5055e45f2713585c433c553 /pandoc.cabal | |
| parent | 672b6dc7e6cd5e9a0b614a37d15564a45446d9cb (diff) | |
Search for metadata files in $DATADIR/metadata (#7851)
If files specified with `--metadata-file` are not found in the working
directory, look in `$DATADIR/metadata`.
Expose new `readMetadataFile` function from Text.Pandoc.Class
[API change].
Expose new `PandocCouldNotFindMetadataFileError` constructor for
`PandocError` from Text.Pandoc.Error [API change].
Closes #5876.
Diffstat (limited to 'pandoc.cabal')
| -rw-r--r-- | pandoc.cabal | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index 134c31fc1..851df99d9 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -251,6 +251,9 @@ extra-source-files: test/command/3510-export.latex test/command/3510-src.hs test/command/3971b.tex + test/command/5876.yaml + test/command/5876/metadata/5876.yaml + test/command/5876/metadata/command/5876.yaml test/docbook-chapter.docbook test/docbook-reader.docbook test/docbook-xref.docbook |
