summaryrefslogtreecommitdiff
path: root/pandoc.cabal
Commit message (Expand)AuthorAge
* 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
|/
* Use skylighting 0.1.1.John MacFarlane2017-01-19
* Allow vector 0.12.0.0.John MacFarlane2017-01-10
* Allow aeson 1.1.John MacFarlane2017-01-02
* Updates to use skylighting rather than highlighting-kate.John MacFarlane2016-12-23
* Allow directory 1.3. Closes #3325.John MacFarlane2016-12-23
* Version to 1.19.1John MacFarlane2016-12-10
* We no longer need the MathMLInHTML.js shim from 2004!John MacFarlane2016-12-09
* Use new module from texmath to lookup MS font codepoints.John MacFarlane2016-11-30
* Version to 1.19.John MacFarlane2016-11-27
* Added weigh-pandoc for memory usage diagnostics.John MacFarlane2016-11-18
* Version to 1.18.John MacFarlane2016-10-26
* Added INSTALL.md, incorporating INSTALL + installing page from website.John MacFarlane2016-10-25
* Allow binary formats to be written to stdout unless tty output.John MacFarlane2016-10-23
* Merge pull request #3158 from ickc/COPY-LICENSEJohn MacFarlane2016-10-19
|\
| * Download markdown version of the license from GNU and rename to `COPYING.md`Kolen Cheung2016-10-19
* | Allow latest HUnit.John MacFarlane2016-10-18
* | Remove Tests.ArbitraryJesse Rosenthal2016-10-14
* | Allow http-client 0.4.30, which is the version in stackage lts.John MacFarlane2016-10-13