Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-05-30 | Add version bound in custom-setup for Cabal. | John MacFarlane | 1 | -1/+1 | |
2018-05-30 | Require cabal-version >= 2.0. This is needed for haddock-library. | John MacFarlane | 1 | -1/+1 | |
2018-05-30 | Revert "ALlow compilation with haddock-library 1.4 and above." | John MacFarlane | 1 | -1/+1 | |
This reverts commit 50c71b5bc5db797ac46550ed54e91196269716e3. This was a bad idea, since tests depend on recent haddock-library. We'd be able to build but fail tests. | |||||
2018-05-30 | ALlow compilation with haddock-library 1.4 and above. | John MacFarlane | 1 | -1/+1 | |
haddock-library-1.6 requires Cabal >= 2.0. This change allows systems with older Cabal versions to build pandoc. | |||||
2018-05-20 | Use haddock-library 1.6.0. | John MacFarlane | 1 | -1/+1 | |
2018-05-14 | Require texmath >= 0.11. | John MacFarlane | 1 | -1/+1 | |
Although pandoc compiles with 0.10, the tests assume texmath 0.11. Closes #4651. | |||||
2018-05-12 | Merge branch 'master' into groff_reader | Yan Pas | 1 | -2/+2 | |
2018-05-10 | Bump version to 2.2.1. | John MacFarlane | 1 | -1/+1 | |
2018-05-10 | Use texmath-0.11. | John MacFarlane | 1 | -1/+1 | |
2018-05-09 | Merge branch 'master' into groff_reader | Yan Pashkovsky | 1 | -73/+86 | |
2018-04-26 | Document FB2 reader. | John MacFarlane | 1 | -5/+5 | |
2018-04-26 | Add FB2 reader (#4539) | Alexander | 1 | -0/+4 | |
2018-04-25 | Removed deprecated ancient HTML math methods. | John MacFarlane | 1 | -3/+1 | |
Removed `--latexmathml`, `--gladtex`, `--mimetex`, `--jsmath`, `-m`, `--asciimathml` options. Removed `JsMath`, `LaTeXMathML`, and `GladTeX` constructors from `Text.Pandoc.Options.HTMLMathMethod` [API change]. Removed unneeded data file LaTeXMathML.js and updated tests. Bumped version to 2.2. | |||||
2018-04-24 | Powerpoint writer: Remove docProps/thumbnail.jpeg in data dir. | Jesse Rosenthal | 1 | -1/+0 | |
This file wasn't used in the production of documents. It's supposed to be a thumbnail of the current document, and we can't actually produce that ourselves. It turns out that the file contains a nonfree ICC color calibration file, so the best thing to do would be to remove it altogether. Fixes: #4588 | |||||
2018-04-24 | use the `-threaded` GHC flag when building benchmarks, related to #4130 (#4587) | Francesco Occhipinti | 1 | -2/+2 | |
2018-04-11 | Bump to 2.1.4. | John MacFarlane | 1 | -1/+1 | |
2018-04-11 | Bump temporary upper bound to 1.4. | John MacFarlane | 1 | -2/+2 | |
2018-03-18 | Make 'weigh-pandoc' into a benchmark program. | John MacFarlane | 1 | -14/+7 | |
Remove 'weigh-pandoc' flag. This is now built (and run) automatically when you build (and run) benchmarks. | |||||
2018-03-18 | Removed old-locale flag and Text.Pandoc.Compat.Time. | John MacFarlane | 1 | -15/+1 | |
This is no longer necessary since we no longer support ghc 7.8. | |||||
2018-03-18 | pandoc.cabal: fix up other-extensions and language fields. | John MacFarlane | 1 | -13/+11 | |
language is now consistently Haskell2010, and other-extensions is consistently NoImplicitPrelude. Everything else to be specified in the module header as needed. | |||||
2018-03-18 | Fix what was missing in last commit. | John MacFarlane | 1 | -14/+8 | |
2018-03-18 | New approach to custom Prelude. | John MacFarlane | 1 | -7/+31 | |
We use no custom Prelude with the latest ghc version (8.4.1), so we don't have problems with ghci. See https://ghc.haskell.org/trac/ghc/ticket/10920 https://www.reddit.com/r/haskell/comments/3ryf2p/how_can_you_use_a_custom_prelude_with_ghci/ This may help with #4464. | |||||
2018-03-17 | Bump to 2.1.3, update changelog. | John MacFarlane | 1 | -1/+1 | |
2018-03-17 | Add semigroups dependency to executables... | John MacFarlane | 1 | -0/+10 | |
since custom prelude depends on it. | |||||
2018-03-16 | Allow earlier versions of haddock-library, use CPP. | John MacFarlane | 1 | -1/+1 | |
2018-03-16 | Require haddock-libary 1.5 (with tables). | John MacFarlane | 1 | -1/+1 | |
2018-03-16 | Use latest pandoc-types. | John MacFarlane | 1 | -2/+2 | |
2018-03-16 | Added custom prelude. | John MacFarlane | 1 | -8/+16 | |
We need this again because of Monoid/Semigroup. | |||||
2018-03-16 | License to GPL-2 instead of GPL. | John MacFarlane | 1 | -1/+1 | |
New cabal new-build seems to choke on GPL, even though it's supposed to be legal. | |||||
2018-03-15 | Bump upper-bound for time, criterion, haddock-library, exceptions. | John MacFarlane | 1 | -6/+6 | |
2018-03-13 | Require pandoc-types 1.17.4. | John MacFarlane | 1 | -2/+2 | |
And a few tweaks related to the Semigroups/Monoid change. Closes #4448. | |||||
2018-03-11 | BUmp upper bound for http-types. | John MacFarlane | 1 | -1/+1 | |
2018-03-07 | Bump aeson upper bound. | John MacFarlane | 1 | -1/+1 | |
2018-03-07 | pandoc.cabal: link to https version of the website (#4433) | Chris Martin | 1 | -1/+1 | |
2018-03-05 | Allow tasty-quickcheck 0.10 (#4429) | Felix Yan | 1 | -1/+1 | |
Tests pass with the new test tool. | |||||
2018-03-04 | Allow skylighting 0.7.x. | John MacFarlane | 1 | -1/+1 | |
2018-03-02 | Bump version to 2.1.2. | John MacFarlane | 1 | -1/+1 | |
2018-02-28 | Update tagsoup to 0.14.6 | Alexander Krotov | 1 | -1/+1 | |
2018-02-27 | Set fixed minor version for hslua | Albert Krewinkel | 1 | -2/+2 | |
The ToLuaStack instance for Set is orphaned. The PVP requires the minor version to be fixed in this case. | |||||
2018-02-27 | Update tagsoup to 0.14.5 | Alexander Krotov | 1 | -1/+1 | |
2018-02-27 | Update tagsoup to 0.14.4 | Alexander Krotov | 1 | -1/+1 | |
Fixes #4282 | |||||
2018-02-26 | Org reader tests: move citation tests to separate module | Albert Krewinkel | 1 | -0/+1 | |
2018-02-26 | Allow exceptions 0.9. | John MacFarlane | 1 | -1/+1 | |
2018-02-25 | Removed ghc-prof-options. | John MacFarlane | 1 | -2/+0 | |
As of cabal 1.24, sensible defaults are used. See https://www.haskell.org/cabal/users-guide/developing-packages.html#pkg-field-ghc-prof-options. | |||||
2018-02-25 | initial | Yan Pas | 1 | -0/+2 | |
2018-02-22 | Require aeson-pretty 0.8.5. Closes #4394. | John MacFarlane | 1 | -1/+1 | |
`confTrailingNewline` is introduced in this version. | |||||
2018-02-18 | Powerpoint writer: Another attempt at avoiding compiler warnings. | Jesse Rosenthal | 1 | -1/+2 | |
2018-02-18 | Powerpoint writer: Move notes slides into data tree. | Jesse Rosenthal | 1 | -0/+6 | |
2018-02-01 | Bump blaze-markup, blaze-html lower bounds to 0.8, 0.9. | John MacFarlane | 1 | -2/+2 | |
This is needed because the type constructor Empty in MarkupM has changed, and the HTML writer assumes the constructor has an argument. Closes #4334. | |||||
2018-01-27 | Add docx golden tests to cabal file. | Jesse Rosenthal | 1 | -0/+1 | |