summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Error.hs
Commit message (Expand)AuthorAge
* Update copyright notices to include 2018Albert Krewinkel2018-01-05
* Don't rely on syb when we don't need to.John MacFarlane2017-10-27
* Automatic reformating by stylish-haskell.John MacFarlane2017-10-27
* In rendering PandocParsecError, only print input at error location...John MacFarlane2017-10-21
* Support for PDF generation via `weasyprint` and `prince` (#3909)Mauro Bieg2017-09-11
* Rewrote LaTeX reader with proper tokenization.John MacFarlane2017-07-07
* Added `writerEpubSubdirectory` to `WriterOptions`.John MacFarlane2017-06-22
* Text.Pandoc.Error: added PandocTemplateError.John MacFarlane2017-06-20
* hlint suggestions.John MacFarlane2017-06-02
* Update dates in copyright noticesAlbert Krewinkel2017-05-13
* Added PandocHttpException, trap exceptions in fetching from URLs.John MacFarlane2017-05-07
* Added PandocResourceNotFound error.John MacFarlane2017-05-02
* Error: Added PandocCouldNotFindDataFileError.John MacFarlane2017-04-15
* Fixed shadowing warningsJohn MacFarlane2017-04-15
* Error: Added PandocFilterError.John MacFarlane2017-04-15
* Error: Added PandocPDFErrorJohn MacFarlane2017-04-15
* Text.Pandoc.Error: added new constructors.John MacFarlane2017-04-15
* Error: Added PandocOptionError.John MacFarlane2017-04-04
* Text.Pandoc.App: Throw errors rather than exiting.John MacFarlane2017-04-02
* Stylish-haskell automatic formatting changes.John MacFarlane2017-03-04
* Removed unnecessary import.John MacFarlane2017-02-23
* Fix compiler warning for older GHC versions.John MacFarlane2017-02-23
* Error: Changed PandocFileReadError to PandocIOErrorJohn MacFarlane2017-02-23
* Error: added PandocMakePDFErrorJohn MacFarlane2017-02-19
* Added Text.Pandoc.Logging (exported module).John MacFarlane2017-02-10
* Generic instance for PandocError.John MacFarlane2017-01-25
* Error: change type of handleError.John MacFarlane2017-01-25
* Unify Errors.Jesse Rosenthal2017-01-25
* Remove Text.Pandoc.Compat.ExceptJesse Rosenthal2016-09-02
* Fix out of index error in handleErrorMatthew Pickering2016-08-06
* Updated copyright dates to include 2016.John MacFarlane2016-03-22
* Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane2015-11-09
* Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane2015-11-08
* Removed unnecessary import.John MacFarlane2015-10-11
* Define Typeable and Exception instances for PandocError.John MacFarlane2015-10-11
* Move utility error functions to Text.Pandoc.SharedMatthew Pickering2015-02-18
* Update haddocks and copyright noticesMatthew Pickering2015-02-18
* Add Text.Pandoc.Error module with PandocError typeMatthew Pickering2015-02-18