index
:
pandoc
master
Conversion between markup formats
Igor Pashev
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Text
/
Pandoc
/
Error.hs
Age
Commit message (
Expand
)
Author
Files
Lines
2017-10-27
Don't rely on syb when we don't need to.
John MacFarlane
1
-1
/
+1
2017-10-27
Automatic reformating by stylish-haskell.
John MacFarlane
1
-4
/
+4
2017-10-21
In rendering PandocParsecError, only print input at error location...
John MacFarlane
1
-1
/
+6
2017-09-11
Support for PDF generation via `weasyprint` and `prince` (#3909)
Mauro Bieg
1
-1
/
+1
2017-07-07
Rewrote LaTeX reader with proper tokenization.
John MacFarlane
1
-0
/
+3
2017-06-22
Added `writerEpubSubdirectory` to `WriterOptions`.
John MacFarlane
1
-0
/
+3
2017-06-20
Text.Pandoc.Error: added PandocTemplateError.
John MacFarlane
1
-0
/
+2
2017-06-02
hlint suggestions.
John MacFarlane
1
-1
/
+1
2017-05-13
Update dates in copyright notices
Albert Krewinkel
1
-2
/
+2
2017-05-07
Added PandocHttpException, trap exceptions in fetching from URLs.
John MacFarlane
1
-0
/
+4
2017-05-02
Added PandocResourceNotFound error.
John MacFarlane
1
-0
/
+3
2017-04-15
Error: Added PandocCouldNotFindDataFileError.
John MacFarlane
1
-0
/
+3
2017-04-15
Fixed shadowing warnings
John MacFarlane
1
-5
/
+5
2017-04-15
Error: Added PandocFilterError.
John MacFarlane
1
-0
/
+3
2017-04-15
Error: Added PandocPDFError
John MacFarlane
1
-0
/
+2
2017-04-15
Text.Pandoc.Error: added new constructors.
John MacFarlane
1
-0
/
+7
2017-04-04
Error: Added PandocOptionError.
John MacFarlane
1
-0
/
+2
2017-04-02
Text.Pandoc.App: Throw errors rather than exiting.
John MacFarlane
1
-1
/
+10
2017-03-04
Stylish-haskell automatic formatting changes.
John MacFarlane
1
-4
/
+5
2017-02-23
Removed unnecessary import.
John MacFarlane
1
-5
/
+1
2017-02-23
Fix compiler warning for older GHC versions.
John MacFarlane
1
-2
/
+5
2017-02-23
Error: Changed PandocFileReadError to PandocIOError
John MacFarlane
1
-2
/
+3
2017-02-19
Error: added PandocMakePDFError
John MacFarlane
1
-0
/
+2
2017-02-10
Added Text.Pandoc.Logging (exported module).
John MacFarlane
1
-8
/
+3
2017-01-25
Generic instance for PandocError.
John MacFarlane
1
-1
/
+2
2017-01-25
Error: change type of handleError.
John MacFarlane
1
-11
/
+11
2017-01-25
Unify Errors.
Jesse Rosenthal
1
-8
/
+18
2016-09-02
Remove Text.Pandoc.Compat.Except
Jesse Rosenthal
1
-5
/
+0
2016-08-06
Fix out of index error in handleError
Matthew Pickering
1
-4
/
+8
2016-03-22
Updated copyright dates to include 2016.
John MacFarlane
1
-2
/
+2
2015-11-09
Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."
John MacFarlane
1
-1
/
+0
2015-11-08
Use -XNoImplicitPrelude and 'import Prelude' explicitly.
John MacFarlane
1
-0
/
+1
2015-10-11
Removed unnecessary import.
John MacFarlane
1
-1
/
+1
2015-10-11
Define Typeable and Exception instances for PandocError.
John MacFarlane
1
-1
/
+6
2015-02-18
Move utility error functions to Text.Pandoc.Shared
Matthew Pickering
1
-8
/
+1
2015-02-18
Update haddocks and copyright notices
Matthew Pickering
1
-2
/
+34
2015-02-18
Add Text.Pandoc.Error module with PandocError type
Matthew Pickering
1
-0
/
+39