aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Error.hs
AgeCommit message (Expand)Author
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
2017-01-25Generic instance for PandocError.John MacFarlane
2017-01-25Error: change type of handleError.John MacFarlane
2017-01-25Unify Errors.Jesse Rosenthal
2016-09-02Remove Text.Pandoc.Compat.ExceptJesse Rosenthal
2016-08-06Fix out of index error in handleErrorMatthew Pickering
2016-03-22Updated copyright dates to include 2016.1.17.0.2John MacFarlane
2015-11-09Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane
2015-11-08Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane
2015-10-11Removed unnecessary import.John MacFarlane
2015-10-11Define Typeable and Exception instances for PandocError.John MacFarlane
2015-02-18Move utility error functions to Text.Pandoc.SharedMatthew Pickering
2015-02-18Update haddocks and copyright noticesMatthew Pickering
2015-02-18Add Text.Pandoc.Error module with PandocError typeMatthew Pickering