aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Error.hs
AgeCommit message (Expand)Author
2022-10-17T.P.Error: Remove PandocParsecError constructor from PandocError. (#8385)John MacFarlane
2022-10-08[API Change] T.P.Error: Add new constructor "PandocFormatError"Albert Krewinkel
2022-09-30[API Change] Add new error constructor `PandocNoScriptingEngine`.Albert Krewinkel
2022-01-21Search for metadata files in $DATADIR/metadata (#7851)Even Brenden
2022-01-02Copyright notices: update for 2022Albert Krewinkel
2021-11-05T.P.Error: sort errors in handleError by exit codeAlbert Krewinkel
2021-06-28Text.Pandoc.Error: fix line calculations in reporting parsec errors.John MacFarlane
2021-05-09Change reader types, allowing better tracking of source positions.John MacFarlane
2021-02-22T.P.Error: Add PandocUnsupportedCharsetError constructor...John MacFarlane
2021-02-22Text.Pandoc.UTF8: change IO functions to return Text, not String.John MacFarlane
2021-02-14T.P.Error: remove unused variablesAlbert Krewinkel
2021-02-13T.P.Error: export `renderError`.John MacFarlane
2021-02-10Add new unexported module T.P.XMLParser.John MacFarlane
2021-01-08Update copyright notices for 2021 (#7012)Albert Krewinkel
2020-11-13Fix error when extension output is doc (#6834)gison93
2020-10-26Add PandocBibliographyError and use it in parsing bibliographies.John MacFarlane
2020-10-14Fix typos in comments, doc strings, error messages, and testsAlbert Krewinkel
2020-09-21Add built-in citation support using new citeproc library.John MacFarlane
2020-09-21Remove duplicate tshow definition.John MacFarlane
2020-04-17API change: use PandocError for exceptions in Lua subsystemAlbert Krewinkel
2020-03-15Use implicit Prelude (#6187)Albert Krewinkel
2020-03-13Update copyright year (#6186)Albert Krewinkel
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc
2019-09-29Raise error on unsupported extensions. Closes #4338.John MacFarlane
2019-09-12Better message for PandocShouldNeverHappenError.John MacFarlane
2019-09-12Change exit codes.John MacFarlane
2019-08-25Better message for PandocTemplateError.John MacFarlane
2019-03-01Remove license boilerplate.John MacFarlane
2019-02-04Add missing copyright notices and remove license boilerplate (#5112)Albert Krewinkel
2019-01-22Support ipynb (Jupyter notebook) as input and output format.John MacFarlane
2018-11-29Add PandocUTF8DecodingError constructor for PandocError.John MacFarlane
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane
2018-01-05Update copyright notices to include 2018Albert Krewinkel
2017-10-27Don't rely on syb when we don't need to.John MacFarlane
2017-10-27Automatic reformating by stylish-haskell.John MacFarlane
2017-10-21In rendering PandocParsecError, only print input at error location...John MacFarlane
2017-09-11Support for PDF generation via `weasyprint` and `prince` (#3909)Mauro Bieg
2017-07-07Rewrote LaTeX reader with proper tokenization.John MacFarlane
2017-06-22Added `writerEpubSubdirectory` to `WriterOptions`.John MacFarlane
2017-06-20Text.Pandoc.Error: added PandocTemplateError.John MacFarlane
2017-06-02hlint suggestions.John MacFarlane
2017-05-13Update dates in copyright noticesAlbert Krewinkel
2017-05-07Added PandocHttpException, trap exceptions in fetching from URLs.John MacFarlane
2017-05-02Added PandocResourceNotFound error.John MacFarlane
2017-04-15Error: Added PandocCouldNotFindDataFileError.John MacFarlane
2017-04-15Fixed shadowing warningsJohn MacFarlane
2017-04-15Error: Added PandocFilterError.John MacFarlane
2017-04-15Error: Added PandocPDFErrorJohn MacFarlane
2017-04-15Text.Pandoc.Error: added new constructors.John MacFarlane
2017-04-04Error: Added PandocOptionError.John MacFarlane