aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
AgeCommit message (Expand)AuthorFilesLines
2017-06-19Mention muse reader in README, MANUAL, debian control, cabal description.John MacFarlane1-2/+2
2017-06-19Add Muse reader (#3620)Alexander Krotov1-0/+2
2017-06-17Allow QuickCheck 2.10John MacFarlane1-1/+1
2017-06-17Relax time and process in preparation for GHC 8.2 (#3739)Bartosz Nitka1-3/+3
2017-06-10Fixed weigh-pandoc for Text readers.John MacFarlane1-0/+1
2017-06-10Fixed benchmark to work with Text readers.John MacFarlane1-0/+1
2017-06-04Remove cpphs build requirement -- it is no longer needed.John MacFarlane1-3/+0
2017-05-28Update criterion upper bound.John MacFarlane1-1/+1
2017-05-20Improve SVG image size code.Marc Schreiber1-0/+4
2017-05-16Org reader: put tree parsing code into dedicated moduleAlbert Krewinkel1-0/+1
2017-05-14Org reader: add basic file inclusion mechanismAlbert Krewinkel1-0/+3
2017-05-07Remove https flag.John MacFarlane1-10/+4
2017-04-26API change: move writer functions to Text.Pandoc.WritersAlbert Krewinkel1-0/+1
2017-04-26API change: move reader functions to Text.Pandoc.ReadersAlbert Krewinkel1-0/+1
2017-04-22Allow aeson 1.2.0.0.John MacFarlane1-1/+1
2017-04-22Use skylighitng >= 0.3.3.John MacFarlane1-2/+2
2017-04-14Lua filter: allow shorthand functions for math and quotedAlbert Krewinkel1-4/+1
2017-04-14Avoid repeating StackValue instances definitionsAlbert Krewinkel1-0/+1
2017-04-14Extract lua helper functions into Lua.Util moduleAlbert Krewinkel1-0/+1
2017-04-14Drop dependency on hslua-aesonAlbert Krewinkel1-1/+0
2017-04-06Ensure correctness of StackValue instancesAlbert Krewinkel1-0/+1
2017-04-03Merge pull request #3550 from tarleb/lua-readers-submoduleJohn MacFarlane1-2/+4
2017-04-02Revert "Revert "Use file-embed instead of hsb2hs to embed data files.""John MacFarlane1-1/+1
2017-04-02Text.Pandoc.App: Throw errors rather than exiting.John MacFarlane1-1/+0
2017-04-02Lua module: add readers submoduleAlbert Krewinkel1-2/+4
2017-04-01Allow a theme file as argument to `--highlight-style`.John MacFarlane1-0/+2
2017-03-30Add JATS to description in pandoc.cabal.John MacFarlane1-1/+1
2017-03-30Automatically include URI-encoded jats.csl for jats output.John MacFarlane1-0/+2
2017-03-30Added JATS writer.John MacFarlane1-0/+3
2017-03-28Added default.jats template.John MacFarlane1-0/+1
2017-03-27Add auxiliary files for command test for #3530 to pandoc.cabal.John MacFarlane1-0/+2
2017-03-26Revert "Use file-embed instead of hsb2hs to embed data files."John MacFarlane1-1/+1
2017-03-26Use file-embed instead of hsb2hs to embed data files.John MacFarlane1-1/+1
2017-03-24Ensure compatibility with hslua 0.5.*Albert Krewinkel1-1/+2
2017-03-23Allow creation of pdf via groff ms and pdfroff.John MacFarlane1-4/+5
2017-03-23Initial addition of groff ms writer.John MacFarlane1-1/+5
2017-03-20Added two lua test files to extra-source-files in pandoc.cabal.John MacFarlane1-0/+2
2017-03-20Lua filters (#3514)Albert Krewinkel1-0/+7
2017-03-16Added test for #256.John MacFarlane1-0/+1
2017-03-16Add default abbreviations file (data/abbreviations).John MacFarlane1-0/+2
2017-03-15Removed another unused cabal dependency.John MacFarlane1-1/+0
2017-03-15Removed some unnecessary build-depends.John MacFarlane1-8/+3
2017-03-15Use tasty-golden for golden tests in Old.John MacFarlane1-0/+2
2017-03-14Use tasty for tests rather than test-framework.John MacFarlane1-3/+3
2017-03-13Better handling of \part in LaTeX.John MacFarlane1-0/+1
2017-03-10Add Muse writer (#3489)Alexander Krotov1-1/+6
2017-03-10Expand \newenvironment macros.John MacFarlane1-1/+1
2017-03-04Require skylighting 0.3.1.John MacFarlane1-2/+2
2017-03-02Bumped syb upper bound.John MacFarlane1-3/+3
2017-02-25Expose some unexposed modules.John MacFarlane1-5/+5