| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-06-26 | Use ghc-musl 9.6.2 docker image (#8701) | Olivier Benz | |
| 2023-04-20 | Use ghc-musl 9.4.5 docker image | Olivier Benz | |
| 2023-03-19 | lua-filters.md: autogenerate parts of the Lua API docs | Albert Krewinkel | |
| 2023-03-14 | Linux builds: Update ghc-musl URL. | John MacFarlane | |
| 2023-01-23 | Makefile: use -f-export-dynamic in CABALOPTS | John MacFarlane | |
| This is helpful when building in nix shell. | |||
| 2023-01-12 | Makefile: master -> main. | John MacFarlane | |
| 2023-01-04 | Use ghc4pandoc 9.4.4 docker image | Olivier Benz | |
| 2022-11-04 | Use ghc4pandoc 9.4.3 docker image (#8420) | Olivier Benz | |
| 2022-10-30 | Improve 'make lint'. | John MacFarlane | |
| 2022-10-30 | hlint suggestions. | John MacFarlane | |
| 2022-10-30 | make lint: remove apply-refact | John MacFarlane | |
| 2022-10-28 | Use ghc4pandoc 9.4.2 docker image. | John MacFarlane | |
| 2022-10-20 | Makeflie: add hie.yaml target. | John MacFarlane | |
| 2022-10-19 | Makefile: improve linecounts target. | John MacFarlane | |
| 2022-10-19 | Makefile: exclude tests from SOURCEFILES | John MacFarlane | |
| 2022-10-19 | Makefile: and linecounts target | John MacFarlane | |
| 2022-10-19 | Add repl target to Makefile | John MacFarlane | |
| 2022-10-19 | Makefile: make sure we run tests for pandoc-lua-engine too | John MacFarlane | |
| 2022-10-17 | Add tools/latex-package-dependencies.lua. | John MacFarlane | |
| 2022-10-16 | Makefile: add ghcid target | John MacFarlane | |
| 2022-10-16 | Makefile: fix .PHONY for test and build. | John MacFarlane | |
| 2022-10-16 | Makefile: hide command output for `make binpath`. | John MacFarlane | |
| This allows: alias pandoc=`make binpath` for convenient local testing of a build. | |||
| 2022-10-16 | 'make help': add environment variables and default values. | John MacFarlane | |
| 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 | |
