aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2018-09-25appveyor - Put cabal unpack in right place.John MacFarlane1-1/+1
2018-09-25appveyor - Unpack pandoc-citeproc.John MacFarlane1-0/+1
2018-09-25Added cabal.project.John MacFarlane1-0/+1
2018-09-25appveyor - added &&.John MacFarlane1-1/+1
2018-09-25appveyor - use forfiles and cabal new-build.John MacFarlane1-1/+2
new-install symlinks don't work on windows.
2018-09-25appveyor - try manually creating package.db.John MacFarlane1-2/+2
2018-09-25appveyor - another attempt.John MacFarlane1-2/+2
2018-09-25appveyor - use --allow-newerJohn MacFarlane1-2/+1
2018-09-25appveyor - workaround for bug in new-install.John MacFarlane1-1/+5
2018-09-25Revert "appveyor - remove cabal_store for now."John MacFarlane1-3/+3
This reverts commit 2927d1e12a15830ee0b71cfd80990efa72bfc402.
2018-09-25appveyor - remove cabal_store for now.John MacFarlane1-3/+3
2018-09-25appveyor - remove ghc --version.John MacFarlane1-1/+0
2018-09-25appveyor - Another try.John MacFarlane1-4/+2
2018-09-25appveyor - hopefully fix path.John MacFarlane1-1/+1
2018-09-25appveyor: another try.John MacFarlane1-5/+4
2018-09-25appveyor - Further diganostics.John MacFarlane1-2/+2
2018-09-25appveyor - use verbose for choco install ghc.John MacFarlane1-2/+2
2018-09-25appveyor - more diagnostics.John MacFarlane1-3/+2
2018-09-25appveyor - more diagnostics.John MacFarlane1-1/+3
2018-09-25appveyor - fix wixtoolset version.John MacFarlane1-1/+1
2018-09-25appveyor - added diagnostic.John MacFarlane1-5/+5
2018-09-25appveyor - Fix typo.John MacFarlane1-1/+1
2018-09-25appveyor - added refreshenv.John MacFarlane1-2/+4
2018-09-25appveyor - install cabal separately.John MacFarlane1-1/+3
2018-09-25appveyor - further tweaks, comment out stack build for now.John MacFarlane1-11/+14
2018-09-25More appveyor tweaks.John MacFarlane1-7/+8
2018-09-24appveyor.yml - another try.John MacFarlane1-2/+1
2018-09-24Revert "appveyor - comment out 64-bit build for now, add semicolons."John MacFarlane1-14/+14
This reverts commit 50294050b20a8139b87f34cb880f3c12ae720e4f.
2018-09-24appveyor - comment out 64-bit build for now, add semicolons.John MacFarlane1-14/+14
2018-09-24appveyor - remove stack i386 build.John MacFarlane1-11/+11
2018-09-24appveyor - another attempt.John MacFarlane1-12/+10
2018-09-24Revert "appveyor: Try without echo "" hack."John MacFarlane1-2/+2
This reverts commit 6315e8b6c3c17424c6eaf5cc9b1c11729d7315ba.
2018-09-24appveyor: Try without echo "" hack.John MacFarlane1-2/+2
2018-09-24appveyor - fix typo.John MacFarlane1-1/+1
2018-09-24appveyor - use ps.John MacFarlane1-12/+12
2018-09-24appveyor.yml - another tweak.John MacFarlane1-5/+6
2018-09-24appveyor.yml - fix env variables.John MacFarlane1-2/+2
2018-09-24appveyor.yml - use proper windows conditional syntax.John MacFarlane1-8/+6
2018-09-24Fix appveyor.yaml env variable.John MacFarlane1-1/+1
2018-09-24stack.yamls: use latest hslua.John MacFarlane3-0/+6
2018-09-24appveyor.yml - try adding cabal 8.6.1.1 build.John MacFarlane1-11/+33
2018-09-24Use hslua v1.0.0Albert Krewinkel14-318/+266
2018-09-24Merge pull request #4921 from pyssling/masterJohn MacFarlane2-105/+113
ODT Writer: Improve table header row style handling
2018-09-24Merge pull request #4931 from ajscholl/masterJohn MacFarlane1-2/+4
RTF writer: Fix build failure with ghc-8.6.1 caused by missing MonadFail instance.
2018-09-24RTF writer: Fix build failure with ghc-8.6.1 caused by missing MonadFail ↵Jonas Scholl1-2/+4
instance.
2018-09-24Muse reader: replace inlineList with inline'Alexander Krotov1-29/+29
2018-09-24Muse reader: replace `optionMaybe` and `fromMaybe` with `option`Alexander Krotov1-2/+2
2018-09-23ODT Writer: Improve table header row style handlingNils Carlson2-105/+113
This changes the way styles for cells in the header row and normal rows are handled in ODT tables. Previously a new (but identical) style was generated for every table, specifying the style of the cells within the table. After this change there are two style definitions for table cells, one for the cells in the header row, one for all other cells. This doesn't change the actual styles, but makes post-processing changes to the table styles much simpler as it is no longer necessary to introduce new styles for header rows and there are now only two styles where there was previously one per table.
2018-09-22LaTeX writer: fix a use of `last` that might take empty list.John MacFarlane1-3/+3
If you ran with `--biblatex` and have an empty document (metadata but no blocks), pandoc would previously raise an error because of the use of `last` on an empty list.
2018-09-22Merge pull request #4927 from tie/patch-1John MacFarlane1-9/+9
Translations/ru