aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
AgeCommit message (Expand)AuthorFilesLines
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
2017-02-04Moved tests/ -> test/.John MacFarlane1-106/+106
2017-01-31Version bounds: require skylighting 0.1.1.4, bump bounds for blaze-*.John MacFarlane1-5/+5
2017-01-29Merge branch 'typeclass'John MacFarlane1-17/+24
2017-01-29Updated copyright to include 2017.John MacFarlane1-1/+1
2017-01-29Bump version to 1.19.2.John MacFarlane1-1/+1
2017-01-29Use latest skylighting.John MacFarlane1-3/+3
2017-01-29Fixed trypandoc.John MacFarlane1-1/+1
2017-01-28Rely on skylighting 0.1.1.2.John MacFarlane1-3/+3
2017-01-27Fix up benchmarks so they compile.John MacFarlane1-0/+1
2017-01-26Split writeDocbook into writeDocbook4, writeDocbook5.John MacFarlane1-3/+3
2017-01-26EPUB writer: split writeEPUB into writeEPUB2, writeEPUB3.John MacFarlane1-1/+1
2017-01-25Provide explicit separate functions for HTML 4 and 5.John MacFarlane1-3/+5
2017-01-25Revert "Added page breaks into Pandoc."John MacFarlane1-3/+3
2017-01-25Compile against pandoc-types 1.18.*.John MacFarlane1-3/+3
2017-01-25Removed tests for Walk; these now live in pandoc-types.John MacFarlane1-1/+0
2017-01-25Make Extensions a custom type instead of a Set Extension.John MacFarlane1-1/+0
2017-01-25Split extensions code from Options into separate Text.Pandoc.Extensions.John MacFarlane1-0/+2
2017-01-25Expose Text.Pandoc.MIME, unexpose Text.Pandoc.CSSJohn MacFarlane1-2/+2
2017-01-25Fixed up weigh-pandoc and benchmark-pandoc so they build.John MacFarlane1-1/+2
2017-01-25Version to 2.0.John MacFarlane1-1/+1
2017-01-25Refactored math conversion in writers.John MacFarlane1-1/+1