aboutsummaryrefslogtreecommitdiff
path: root/stack.yaml
AgeCommit message (Collapse)AuthorFilesLines
2019-07-14stack.yaml - use latest skylighting.John MacFarlane1-2/+2
2019-06-13Use latest skylighting.John MacFarlane1-2/+2
2019-06-04Update pandoc-citeproc and skylighting versions.John MacFarlane1-2/+2
2019-05-27Specify skylighting 0.8 as extra-deps.John MacFarlane1-0/+2
2019-05-23Disable missing-home-modules warning in stack.yaml.John MacFarlane1-1/+1
Otherwise 'stack ghci' fails.
2019-05-20Improve output of Lua tests (#5499)Albert Krewinkel1-0/+2
This makes use of tasty-lua, a package to write tests in Lua and integrate the results into Tasty output. Test output becomes more informative: individual tests and test groups become visible in test output. Failures are reported with helpful error messages.
2019-05-04Lua: add `pandoc.system` module (#5468)Albert Krewinkel1-0/+1
The `system` Lua module provides utility functions to interact with the operating- and file system. E.g. print(pandoc.system.get_current_directory()) or pandoc.system.with_temporary_directory('tikz', function (dir) -- write and compile a TikZ file with pdflatex end)
2019-04-18Update stack.yaml, use latest pandoc-citeproc and lts-13.John MacFarlane1-5/+2
2019-04-09Use cmark-gfm 0.2.0.John MacFarlane1-1/+1
2019-03-28stack.yml - remove -Wmissing-home-modulesJohn MacFarlane1-1/+1
This seems to cause problems with stack ghci.
2019-03-28stack.yaml: remove RTS optionsJohn MacFarlane1-1/+1
2019-03-27Quote RTS options in stack.yaml.John MacFarlane1-1/+1
2019-03-27Add nice default ghc options to stack.yaml.John MacFarlane1-1/+1
2019-03-13Use cmark-gfm-0.1.8.John MacFarlane1-0/+1
2019-03-12Use latest pandoc-citeproc.John MacFarlane1-1/+1
2019-03-07Use latest pandoc-citeproc, texmath.John MacFarlane1-2/+2
2019-03-02Use latest pandoc-citeproc. Updated cahngelog.John MacFarlane1-1/+1
2019-03-02Require texmath 0.11.2.1John MacFarlane1-1/+1
2019-02-27Remove workaround for foundation, now that the bug is fixed.John MacFarlane1-9/+1
2019-02-27Use latest skylighting.John MacFarlane1-2/+2
This should fix #5328.
2019-02-15Use latest pandoc-citeproc (0.16.1).John MacFarlane1-1/+1
2019-02-10Use latest skylighting.John MacFarlane1-0/+2
2019-02-07Use pandoc-citeproc-0.16.0.2John MacFarlane1-1/+1
2019-02-06stack.yaml - use latest pandoc-citeproc.John MacFarlane1-1/+1
2019-01-30stack.yaml - use latest texmath.John MacFarlane1-0/+1
2019-01-30Update stack.yaml to use lts-13.John MacFarlane1-9/+2
2019-01-25Update pandoc-citeproc commit in stack.yaml.John MacFarlane1-1/+1
2019-01-22Support ipynb (Jupyter notebook) as input and output format.John MacFarlane1-0/+1
[API change] * Depend on ipynb library. * Add `ipynb` as input and output format. * Added Text.Pandoc.Readers.Ipynb (supports both nbformat v3 and v4). * Added Text.Pandoc.Writers.Ipynb (supports nbformat v4). * Added ipynb readers and writers to T.P.Readers, T.P.Writers, and T.P.Extensions. Register the file extension .ipynb for this format. * Add `PandocIpynbDecodingError` constructor to Text.Pandoc.Error.Error. * Note: there is no template for ipynb.
2018-12-16Update stack resolver.John MacFarlane1-3/+1
2018-12-02Use compatible version of pandoc-citeproc.John MacFarlane1-1/+1
2018-12-01stack.yaml - use skylighting 0.7.5.John MacFarlane1-2/+2
2018-11-23Use latest dev version of pandoc-citeproc.John MacFarlane1-1/+2
IT allows pandoc 2.5.
2018-11-13Clean up stack.yaml, allow latest pandoc-citeproc.John MacFarlane1-4/+3
2018-11-11stack.yaml - use latest versions of packages.John MacFarlane1-3/+3
pandoc-citeproc, HsYaml, yaml.
2018-10-24Use latest texmath.John MacFarlane1-1/+1
2018-10-19stack.yaml - use latest cmark-gfm, pandoc-citeproc.John MacFarlane1-2/+3
2018-10-17Updated version bounds for containers and haddock-library.John MacFarlane1-1/+1
Allow haddock-library 1.7 and containers 0.6.*. Closes #4974.
2018-10-14Use pandoc-citeproc 0.14.7.John MacFarlane1-1/+1
2018-10-13Use pandoc-citeproc 0.14.6.John MacFarlane1-1/+1
2018-10-08Require skylighting 0.7.4.John MacFarlane1-0/+2
Closes #4920.
2018-10-01Lua filters: report traceback when an error occursAlbert Krewinkel1-1/+1
A proper Lua traceback is added if either loading of a file or execution of a filter function fails. This should be of help to authors of Lua filters who need to debug their code.
2018-09-24Use hslua v1.0.0Albert Krewinkel1-0/+2
2018-09-16Use released version of pandoc-citeproc (0.14.4).John MacFarlane1-2/+1
2018-09-09Use latest texmath.John MacFarlane1-0/+1
2018-09-06stack.yaml tweaks.John MacFarlane1-2/+9
Use a patched version of foundation until https://github.com/haskell-foundation/foundation/pull/503 is fixed. Use latest pandoc-citeproc.
2018-09-03stack.yaml: use latest dev version of pandoc-citeproc.John MacFarlane1-1/+1
2018-08-22Use yaml-0.9.0 in stack.yaml.John MacFarlane1-0/+1
2018-08-22Use latest pandoc-citeproc.John MacFarlane1-1/+1
This should fix build failure on appveyor.
2018-08-16stack.yaml: use lts 12.6 and latest git pandoc-citeproc.John MacFarlane1-2/+3
2018-07-14Revert "Try limiting to aeson-pretty-0.8.5."John MacFarlane1-1/+0
This reverts commit ceec41072ae454183d4647b422b26953170cea87.