aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Error.hs
AgeCommit message (Expand)AuthorFilesLines
2021-11-05T.P.Error: sort errors in handleError by exit codeAlbert Krewinkel1-15/+15
2021-06-28Text.Pandoc.Error: fix line calculations in reporting parsec errors.John MacFarlane1-3/+3
2021-05-09Change reader types, allowing better tracking of source positions.John MacFarlane1-16/+23
2021-02-22T.P.Error: Add PandocUnsupportedCharsetError constructor...John MacFarlane1-0/+4
2021-02-22Text.Pandoc.UTF8: change IO functions to return Text, not String.John MacFarlane1-1/+1
2021-02-14T.P.Error: remove unused variablesAlbert Krewinkel1-2/+2
2021-02-13T.P.Error: export `renderError`.John MacFarlane1-33/+72
2021-02-10Add new unexported module T.P.XMLParser.John MacFarlane1-0/+3
2021-01-08Update copyright notices for 2021 (#7012)Albert Krewinkel1-1/+1
2020-11-13Fix error when extension output is doc (#6834)gison931-1/+1
2020-10-26Add PandocBibliographyError and use it in parsing bibliographies.John MacFarlane1-0/+3
2020-10-14Fix typos in comments, doc strings, error messages, and testsAlbert Krewinkel1-2/+2
2020-09-21Add built-in citation support using new citeproc library.John MacFarlane1-0/+4
2020-09-21Remove duplicate tshow definition.John MacFarlane1-3/+1
2020-04-17API change: use PandocError for exceptions in Lua subsystemAlbert Krewinkel1-0/+2
2020-03-15Use implicit Prelude (#6187)Albert Krewinkel1-2/+0
2020-03-13Update copyright year (#6186)Albert Krewinkel1-1/+1
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc1-55/+61
2019-09-29Raise error on unsupported extensions. Closes #4338.John MacFarlane1-0/+23
2019-09-12Better message for PandocShouldNeverHappenError.John MacFarlane1-1/+3
2019-09-12Change exit codes.John MacFarlane1-3/+3
2019-08-25Better message for PandocTemplateError.John MacFarlane1-1/+1
2019-03-01Remove license boilerplate.John MacFarlane1-17/+0
2019-02-04Add missing copyright notices and remove license boilerplate (#5112)Albert Krewinkel1-2/+2
2019-01-22Support ipynb (Jupyter notebook) as input and output format.John MacFarlane1-0/+3
2018-11-29Add PandocUTF8DecodingError constructor for PandocError.John MacFarlane1-0/+7
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane1-0/+2
2018-01-05Update copyright notices to include 2018Albert Krewinkel1-2/+2
2017-10-27Don't rely on syb when we don't need to.John MacFarlane1-1/+1
2017-10-27Automatic reformating by stylish-haskell.John MacFarlane1-4/+4
2017-10-21In rendering PandocParsecError, only print input at error location...John MacFarlane1-1/+6
2017-09-11Support for PDF generation via `weasyprint` and `prince` (#3909)Mauro Bieg1-1/+1
2017-07-07Rewrote LaTeX reader with proper tokenization.John MacFarlane1-0/+3
2017-06-22Added `writerEpubSubdirectory` to `WriterOptions`.John MacFarlane1-0/+3
2017-06-20Text.Pandoc.Error: added PandocTemplateError.John MacFarlane1-0/+2
2017-06-02hlint suggestions.John MacFarlane1-1/+1
2017-05-13Update dates in copyright noticesAlbert Krewinkel1-2/+2
2017-05-07Added PandocHttpException, trap exceptions in fetching from URLs.John MacFarlane1-0/+4
2017-05-02Added PandocResourceNotFound error.John MacFarlane1-0/+3
2017-04-15Error: Added PandocCouldNotFindDataFileError.John MacFarlane1-0/+3
2017-04-15Fixed shadowing warningsJohn MacFarlane1-5/+5
2017-04-15Error: Added PandocFilterError.John MacFarlane1-0/+3
2017-04-15Error: Added PandocPDFErrorJohn MacFarlane1-0/+2
2017-04-15Text.Pandoc.Error: added new constructors.John MacFarlane1-0/+7
2017-04-04Error: Added PandocOptionError.John MacFarlane1-0/+2
2017-04-02Text.Pandoc.App: Throw errors rather than exiting.John MacFarlane1-1/+10
2017-03-04Stylish-haskell automatic formatting changes.John MacFarlane1-4/+5
2017-02-23Removed unnecessary import.John MacFarlane1-5/+1
2017-02-23Fix compiler warning for older GHC versions.John MacFarlane1-2/+5
2017-02-23Error: Changed PandocFileReadError to PandocIOErrorJohn MacFarlane1-2/+3