aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Error.hs
AgeCommit message (Expand)Author
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
2017-04-02Text.Pandoc.App: Throw errors rather than exiting.John MacFarlane
2017-03-04Stylish-haskell automatic formatting changes.John MacFarlane
2017-02-23Removed unnecessary import.John MacFarlane
2017-02-23Fix compiler warning for older GHC versions.John MacFarlane
2017-02-23Error: Changed PandocFileReadError to PandocIOErrorJohn MacFarlane
2017-02-19Error: added PandocMakePDFErrorJohn MacFarlane
2017-02-10Added Text.Pandoc.Logging (exported module).John MacFarlane