aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
AgeCommit message (Expand)AuthorFilesLines
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
2017-02-20We need process >= 1.2.3 for readCreateProcessWithExitCode.John MacFarlane1-2/+2
2017-02-20Updated test-with field.John MacFarlane1-1/+1
2017-02-20Use latest skylighting (0.3).John MacFarlane1-2/+2
2017-02-20Use new skylighting-0.2.John MacFarlane1-2/+2
2017-02-12pandoc.cabal: use cpphs if embed_data_files and darwin.John MacFarlane1-0/+3
2017-02-12Add Org writer unit testsAlexander Krotov1-0/+1
2017-02-11Added --log option to save log messages in JSON format to a file.John MacFarlane1-17/+2
2017-02-10Added Text.Pandoc.Logging (exported module).John MacFarlane1-0/+1
2017-02-05Split pandoc.hs into a module, Text.Pandoc.App, and a small program.John MacFarlane1-5/+6
2017-02-04Added first command test to cabal metadata and repo.John MacFarlane1-0/+1
2017-02-04Added skeleton for Tests.Command.John MacFarlane1-0/+1