aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Error.hs
AgeCommit message (Expand)AuthorFilesLines
2017-02-10Added Text.Pandoc.Logging (exported module).John MacFarlane1-8/+3
2017-01-25Generic instance for PandocError.John MacFarlane1-1/+2
2017-01-25Error: change type of handleError.John MacFarlane1-11/+11
2017-01-25Unify Errors.Jesse Rosenthal1-8/+18
2016-09-02Remove Text.Pandoc.Compat.ExceptJesse Rosenthal1-5/+0
2016-08-06Fix out of index error in handleErrorMatthew Pickering1-4/+8
2016-03-22Updated copyright dates to include 2016.John MacFarlane1-2/+2
2015-11-09Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane1-1/+0
2015-11-08Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane1-0/+1
2015-10-11Removed unnecessary import.John MacFarlane1-1/+1
2015-10-11Define Typeable and Exception instances for PandocError.John MacFarlane1-1/+6
2015-02-18Move utility error functions to Text.Pandoc.SharedMatthew Pickering1-8/+1
2015-02-18Update haddocks and copyright noticesMatthew Pickering1-2/+34
2015-02-18Add Text.Pandoc.Error module with PandocError typeMatthew Pickering1-0/+39