| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-10-16 | Makefile changes. | John MacFarlane | |
| Rename quick-cabal -> all, quick-test -> test. Add binpath target. | |||
| 2022-10-04 | Add authors target to Makefile. | John MacFarlane | |
| 2022-10-04 | Improve 'make prerelease' (formerly check). | John MacFarlane | |
| 2022-10-04 | Makefile: Improve checkdocs. | John MacFarlane | |
| 2022-10-04 | Extend check-cabal to check all packages | John MacFarlane | |
| 2022-10-04 | Better 'make moduledeps' target. | John MacFarlane | |
| ROOT can now be multiple modules, and the complete transitive dependencies of all of them will be printed. make moduledeps ROOT="Text.Pandoc.Class Text.Pandoc.Parsing" | |||
| 2022-10-04 | Makefile: add modules.csv target. | John MacFarlane | |
| 2022-10-01 | Make modules.dot target more robust. | John MacFarlane | |
| Only include source-controlled files under src. | |||
| 2022-10-01 | Makefile: add moduledeps target. | John MacFarlane | |
| make moduledeps ROOTNODE=T.P.Parsing | |||
| 2022-10-01 | Makefile target to get module dependeny subgraphs. | John MacFarlane | |
| E.g. what depends on Text.Pandoc.Parsing? make modules.pdf ROOTNODE=T.P.Parsing This is helpful for figuring out what we can split out as separate packages. | |||
| 2022-10-01 | Add Makefile target to create a directed graph of module dependencies. | John MacFarlane | |
| 2022-09-29 | cabal.project: move back to using `flags:`. | John MacFarlane | |
| If we add the flag to constraints, it can't be overridden on the command line. | |||
| 2022-09-29 | Makefile: remove 'stack clean' from clean target | John MacFarlane | |
| 2022-09-27 | Makefile: add weeder target. | John MacFarlane | |
| 2022-09-27 | Makefile: add whitespace check to 'check'. | John MacFarlane | |
| 2022-09-27 | Makefile: add transitive-deps target. | John MacFarlane | |
| 2022-09-27 | Makefile: Add coverage target | John MacFarlane | |
| 2022-09-27 | Update Makefile. | John MacFarlane | |
| 2022-09-26 | Fix 'quick-cabal' target in Makefile to build pandoc-cli. | John MacFarlane | |
| 2022-09-22 | Make pandoc behave like a Lua interpreter when called as `pandoc-lua`. (#8311) | Albert Krewinkel | |
| 2022-08-18 | Remove trypandoc Makefile. | John MacFarlane | |
| 2022-08-17 | Integrate server into main pandoc. | John MacFarlane | |
| - Remove server flag. - Remove pandoc-server executable. - Add Text.Pandoc.Server as exposed module. [API change] - Re-use Opt (and our existing FromJSON instance) for Params. - Document. | |||
| 2022-08-15 | make debpkg: get rid of docker.log. | John MacFarlane | |
| Let things come out on the CI output. | |||
| 2022-08-15 | Makefile: Add man target. | John MacFarlane | |
| 2022-08-15 | Beginning of man page for pandoc-server. | John MacFarlane | |
| 2022-08-03 | Convert tool/extract-changes.hs to a Lua filter. | John MacFarlane | |
| 2022-06-10 | Use ghc 9.2.3 for linux builds. | John MacFarlane | |
| 2022-03-31 | Use timestamp when storing latest bench. | John MacFarlane | |
| 2022-03-29 | Makefile: allow GHCOPTS in quick-cabal target | John MacFarlane | |
| 2022-03-24 | Use cabal for 'make bench'. | John MacFarlane | |
| 2022-03-24 | Makefile: Use cabal for default build | John MacFarlane | |
| 2022-03-16 | Remove obsolete stuff from Makefile. | John MacFarlane | |
| 2022-03-13 | Use ghc4pandoc:9.2.2 docker image for linux build | John MacFarlane | |
| 2022-02-05 | Lua docs: allow to auto-generate Lua module documentations | Albert Krewinkel | |
| No documentations are generated for now, this just adds the necessary code and auto-formats file `doc/lua-filters.md`. | |||
| 2022-01-31 | Makefile: add 'make help', trim some useless targets. | John MacFarlane | |
| 2022-01-13 | Use ghc4pandoc 9.0.2 image for faster linux builds. | John MacFarlane | |
| 2022-01-12 | Fix 'make trypandoc' target. | John MacFarlane | |
| 2022-01-12 | Use ghc4pandoc 8.10.7 docker image for linux builds. | John MacFarlane | |
| 9.2.1 still fails without special treatment. | |||
| 2022-01-12 | Use ghc 9.2.1 docker image for deb pkg. | John MacFarlane | |
| 2022-01-09 | make check: check for unreleased dependencies | John MacFarlane | |
| 2021-12-18 | Improve 'make check'. | John MacFarlane | |
| 2021-10-31 | Makefile: use --nonmoving-gc RTS option when running benchmarks. | John MacFarlane | |
| As recommended by tasty maintainers. | |||
| 2021-10-31 | Makefile: remove man/pandoc.1 dependency for debpkg. | John MacFarlane | |
| 2021-10-10 | Makefile; fix quick-cabal executable path report | John MacFarlane | |
| 2021-10-05 | Improve quick-cabal target | John MacFarlane | |
| 2021-09-16 | Use --system-ghc in make quick. | John MacFarlane | |
| 2021-09-16 | Fix quick-cabal target | John MacFarlane | |
| 2021-09-13 | Modernize quick-cabal Makefile target | John MacFarlane | |
| 2021-09-08 | Makefile: disable ansi tricks for tasty; use v2- instead of new-. | John MacFarlane | |
| 2021-03-18 | Change -A256m to -A8m in GHCOPTS | John MacFarlane | |
