aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
AgeCommit message (Collapse)AuthorFilesLines
2018-08-14Bump version to 2.3, because of breaking API change to Macro.John MacFarlane1-1/+1
2018-08-07Bump to 2.2.3.2, update man page, changelog.John MacFarlane1-1/+1
2018-08-06Bump to 2.2.3.1, update man page and changelog.John MacFarlane1-1/+1
2018-08-05Bump to 2.2.3, update changelog and man page.John MacFarlane1-1/+1
2018-07-18Bump version to 2.2.2.1.John MacFarlane1-1/+1
2018-07-15Minor cabal file changes.John MacFarlane1-2/+2
Requested by 'stack upload.' Different format for minimum cabal version. Use of autogen-modules.
2018-07-15Bump to 2.2.2 and update changelog.John MacFarlane1-1/+1
2018-07-13Travis: Use system ghc. And use ghc-8.4.3 instead of 8.4.2.John MacFarlane1-1/+1
2018-07-13Bump upper bound for JuicyPixels.John MacFarlane1-1/+1
2018-07-12Exclude foundaiton 0.0.21 for ghc 7.10.John MacFarlane1-3/+4
2018-07-12Attempt to fix latest ghc 7.10 build failure.John MacFarlane1-1/+4
2018-07-02Allow criterion 1.5.John MacFarlane1-1/+1
2018-06-30Use ghc 8.4.2 in travis and tested-with.John MacFarlane1-1/+1
8.4.1 shipped with the wrong version of mtl, which didn't match its documented API.
2018-06-29Use HsYAML instead of yaml for translations, YAML metadata.John MacFarlane1-6/+3
yaml wraps a C library; HsYAML is pure Haskell. Closes #4747. Advances #4535.
2018-06-29Require yaml < 0.8.31 for ghc < 8.0.2.John MacFarlane1-2/+4
The 0.8.31 release of yaml adds a constraint to ghc versions 8.0.2 and greater.
2018-06-28Remove network-uri flag and use 'Network.Socket'.John MacFarlane1-8/+2
This removes a compiler warning. There is no need for the old network-uri flag, since network 2.6 was released in 2014.
2018-06-24pandoc.cabal: fix lower yaml bound up to 0.8.11 (#4727)Sergei Trofimovich1-1/+1
`prettyPrintParseException` was added to yaml-0.8.11. Reported-by: Tom Gillespie Bug: https://github.com/jgm/pandoc/issues/4726 Bug: https://github.com/gentoo-haskell/gentoo-haskell/issues/725 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
2018-06-23Raise lower bound for yaml library.John MacFarlane1-1/+1
Closes #4726.
2018-06-11Use latest pandoc-types (1.17.5).John MacFarlane1-2/+2
2018-06-10Allow aeson-1.4.John MacFarlane1-1/+1
2018-06-09Use skylighting 0.7.2. Adjust tests.John MacFarlane1-1/+1
This should fix commercialhaskell/stackage#3719, once a new release is made.
2018-06-03Allow tasty 1.1 (#4685)Felix Yan1-1/+1
All tests pass with tasty 1.1.0.1 here.
2018-06-01LaTeX reader: handle includes without surrounding blanklines.John MacFarlane1-0/+1
In addition, `\input` can now be used in an inline context, e.g. to provide part of a paragraph, as it can in LaTeX. Closes #4553.
2018-05-30Add version bound in custom-setup for Cabal.John MacFarlane1-1/+1
2018-05-30Require cabal-version >= 2.0. This is needed for haddock-library.John MacFarlane1-1/+1
2018-05-30Revert "ALlow compilation with haddock-library 1.4 and above."John MacFarlane1-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-30ALlow compilation with haddock-library 1.4 and above.John MacFarlane1-1/+1
haddock-library-1.6 requires Cabal >= 2.0. This change allows systems with older Cabal versions to build pandoc.
2018-05-20Use haddock-library 1.6.0.John MacFarlane1-1/+1
2018-05-14Require texmath >= 0.11.John MacFarlane1-1/+1
Although pandoc compiles with 0.10, the tests assume texmath 0.11. Closes #4651.
2018-05-10Bump version to 2.2.1.John MacFarlane1-1/+1
2018-05-10Use texmath-0.11.John MacFarlane1-1/+1
2018-04-26Document FB2 reader.John MacFarlane1-5/+5
2018-04-26Add FB2 reader (#4539)Alexander1-0/+4
2018-04-25Removed deprecated ancient HTML math methods.John MacFarlane1-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-24Powerpoint writer: Remove docProps/thumbnail.jpeg in data dir.Jesse Rosenthal1-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-24use the `-threaded` GHC flag when building benchmarks, related to #4130 (#4587)Francesco Occhipinti1-2/+2
2018-04-11Bump to 2.1.4.John MacFarlane1-1/+1
2018-04-11Bump temporary upper bound to 1.4.John MacFarlane1-2/+2
2018-03-18Make 'weigh-pandoc' into a benchmark program.John MacFarlane1-14/+7
Remove 'weigh-pandoc' flag. This is now built (and run) automatically when you build (and run) benchmarks.
2018-03-18Removed old-locale flag and Text.Pandoc.Compat.Time.John MacFarlane1-15/+1
This is no longer necessary since we no longer support ghc 7.8.
2018-03-18pandoc.cabal: fix up other-extensions and language fields.John MacFarlane1-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-18Fix what was missing in last commit.John MacFarlane1-14/+8
2018-03-18New approach to custom Prelude.John MacFarlane1-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-17Bump to 2.1.3, update changelog.John MacFarlane1-1/+1
2018-03-17Add semigroups dependency to executables...John MacFarlane1-0/+10
since custom prelude depends on it.
2018-03-16Allow earlier versions of haddock-library, use CPP.John MacFarlane1-1/+1
2018-03-16Require haddock-libary 1.5 (with tables).John MacFarlane1-1/+1
2018-03-16Use latest pandoc-types.John MacFarlane1-2/+2
2018-03-16Added custom prelude.John MacFarlane1-8/+16
We need this again because of Monoid/Semigroup.
2018-03-16License to GPL-2 instead of GPL.John MacFarlane1-1/+1
New cabal new-build seems to choke on GPL, even though it's supposed to be legal.