summaryrefslogtreecommitdiff
path: root/pandoc.cabal
Commit message (Expand)AuthorAge
* Added test for #256.John MacFarlane2017-03-16
* Add default abbreviations file (data/abbreviations).John MacFarlane2017-03-16
* Removed another unused cabal dependency.John MacFarlane2017-03-15
* Removed some unnecessary build-depends.John MacFarlane2017-03-15
* Use tasty-golden for golden tests in Old.John MacFarlane2017-03-15
* Use tasty for tests rather than test-framework.John MacFarlane2017-03-14
* Better handling of \part in LaTeX.John MacFarlane2017-03-13
* Add Muse writer (#3489)Alexander Krotov2017-03-10
* Expand \newenvironment macros.John MacFarlane2017-03-10
* Require skylighting 0.3.1.John MacFarlane2017-03-04
* Bumped syb upper bound.John MacFarlane2017-03-02
* Expose some unexposed modules.John MacFarlane2017-02-25
* We need process >= 1.2.3 for readCreateProcessWithExitCode.John MacFarlane2017-02-20
* Updated test-with field.John MacFarlane2017-02-20
* Use latest skylighting (0.3).John MacFarlane2017-02-20
* Use new skylighting-0.2.John MacFarlane2017-02-20
* pandoc.cabal: use cpphs if embed_data_files and darwin.John MacFarlane2017-02-12
* Add Org writer unit testsAlexander Krotov2017-02-12
* Added --log option to save log messages in JSON format to a file.John MacFarlane2017-02-11
* Added Text.Pandoc.Logging (exported module).John MacFarlane2017-02-10
* Split pandoc.hs into a module, Text.Pandoc.App, and a small program.John MacFarlane2017-02-05
* Added first command test to cabal metadata and repo.John MacFarlane2017-02-04
* Added skeleton for Tests.Command.John MacFarlane2017-02-04
* Moved tests/ -> test/.John MacFarlane2017-02-04
* Version bounds: require skylighting 0.1.1.4, bump bounds for blaze-*.John MacFarlane2017-01-31
* Merge branch 'typeclass'John MacFarlane2017-01-29
|\
| * Rely on skylighting 0.1.1.2.John MacFarlane2017-01-28
| * Fix up benchmarks so they compile.John MacFarlane2017-01-27
| * Split writeDocbook into writeDocbook4, writeDocbook5.John MacFarlane2017-01-26
| * EPUB writer: split writeEPUB into writeEPUB2, writeEPUB3.John MacFarlane2017-01-26
| * Provide explicit separate functions for HTML 4 and 5.John MacFarlane2017-01-25
| * Revert "Added page breaks into Pandoc."John MacFarlane2017-01-25
| * Compile against pandoc-types 1.18.*.John MacFarlane2017-01-25
| * Removed tests for Walk; these now live in pandoc-types.John MacFarlane2017-01-25
| * Make Extensions a custom type instead of a Set Extension.John MacFarlane2017-01-25
| * Split extensions code from Options into separate Text.Pandoc.Extensions.John MacFarlane2017-01-25
| * Expose Text.Pandoc.MIME, unexpose Text.Pandoc.CSSJohn MacFarlane2017-01-25
| * Fixed up weigh-pandoc and benchmark-pandoc so they build.John MacFarlane2017-01-25
| * Version to 2.0.John MacFarlane2017-01-25
| * Refactored math conversion in writers.John MacFarlane2017-01-25
| * Make Txt2Tags test pass.Jesse Rosenthal2017-01-25
| * Have to do some work to get the mediabag out.Jesse Rosenthal2017-01-25
| * Remove Text.Pandoc.FreeJesse Rosenthal2017-01-25
| * Introduce PandocMonad typeclass.Jesse Rosenthal2017-01-25
| * Implement runTest functions.Jesse Rosenthal2017-01-25
| * New Free module, with pure versions of IO funcsJesse Rosenthal2017-01-25
* | Updated copyright to include 2017.John MacFarlane2017-01-29
* | Bump version to 1.19.2.John MacFarlane2017-01-29
* | Use latest skylighting.John MacFarlane2017-01-29
* | Fixed trypandoc.John MacFarlane2017-01-29
|/