Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-04-09 | Use cmark-gfm 0.2.0. | John MacFarlane | 1 | -1/+1 | |
2019-03-28 | stack.yml - remove -Wmissing-home-modules | John MacFarlane | 1 | -1/+1 | |
This seems to cause problems with stack ghci. | |||||
2019-03-28 | stack.yaml: remove RTS options | John MacFarlane | 1 | -1/+1 | |
2019-03-27 | Quote RTS options in stack.yaml. | John MacFarlane | 1 | -1/+1 | |
2019-03-27 | Add nice default ghc options to stack.yaml. | John MacFarlane | 1 | -1/+1 | |
2019-03-13 | Use cmark-gfm-0.1.8. | John MacFarlane | 1 | -0/+1 | |
2019-03-12 | Use latest pandoc-citeproc. | John MacFarlane | 1 | -1/+1 | |
2019-03-07 | Use latest pandoc-citeproc, texmath. | John MacFarlane | 1 | -2/+2 | |
2019-03-02 | Use latest pandoc-citeproc. Updated cahngelog. | John MacFarlane | 1 | -1/+1 | |
2019-03-02 | Require texmath 0.11.2.1 | John MacFarlane | 1 | -1/+1 | |
2019-02-27 | Remove workaround for foundation, now that the bug is fixed. | John MacFarlane | 1 | -9/+1 | |
2019-02-27 | Use latest skylighting. | John MacFarlane | 1 | -2/+2 | |
This should fix #5328. | |||||
2019-02-15 | Use latest pandoc-citeproc (0.16.1). | John MacFarlane | 1 | -1/+1 | |
2019-02-10 | Use latest skylighting. | John MacFarlane | 1 | -0/+2 | |
2019-02-07 | Use pandoc-citeproc-0.16.0.2 | John MacFarlane | 1 | -1/+1 | |
2019-02-06 | stack.yaml - use latest pandoc-citeproc. | John MacFarlane | 1 | -1/+1 | |
2019-01-30 | stack.yaml - use latest texmath. | John MacFarlane | 1 | -0/+1 | |
2019-01-30 | Update stack.yaml to use lts-13. | John MacFarlane | 1 | -9/+2 | |
2019-01-25 | Update pandoc-citeproc commit in stack.yaml. | John MacFarlane | 1 | -1/+1 | |
2019-01-22 | Support ipynb (Jupyter notebook) as input and output format. | John MacFarlane | 1 | -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-16 | Update stack resolver. | John MacFarlane | 1 | -3/+1 | |
2018-12-02 | Use compatible version of pandoc-citeproc. | John MacFarlane | 1 | -1/+1 | |
2018-12-01 | stack.yaml - use skylighting 0.7.5. | John MacFarlane | 1 | -2/+2 | |
2018-11-23 | Use latest dev version of pandoc-citeproc. | John MacFarlane | 1 | -1/+2 | |
IT allows pandoc 2.5. | |||||
2018-11-13 | Clean up stack.yaml, allow latest pandoc-citeproc. | John MacFarlane | 1 | -4/+3 | |
2018-11-11 | stack.yaml - use latest versions of packages. | John MacFarlane | 1 | -3/+3 | |
pandoc-citeproc, HsYaml, yaml. | |||||
2018-10-24 | Use latest texmath. | John MacFarlane | 1 | -1/+1 | |
2018-10-19 | stack.yaml - use latest cmark-gfm, pandoc-citeproc. | John MacFarlane | 1 | -2/+3 | |
2018-10-17 | Updated version bounds for containers and haddock-library. | John MacFarlane | 1 | -1/+1 | |
Allow haddock-library 1.7 and containers 0.6.*. Closes #4974. | |||||
2018-10-14 | Use pandoc-citeproc 0.14.7. | John MacFarlane | 1 | -1/+1 | |
2018-10-13 | Use pandoc-citeproc 0.14.6. | John MacFarlane | 1 | -1/+1 | |
2018-10-08 | Require skylighting 0.7.4. | John MacFarlane | 1 | -0/+2 | |
Closes #4920. | |||||
2018-10-01 | Lua filters: report traceback when an error occurs | Albert Krewinkel | 1 | -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-24 | Use hslua v1.0.0 | Albert Krewinkel | 1 | -0/+2 | |
2018-09-16 | Use released version of pandoc-citeproc (0.14.4). | John MacFarlane | 1 | -2/+1 | |
2018-09-09 | Use latest texmath. | John MacFarlane | 1 | -0/+1 | |
2018-09-06 | stack.yaml tweaks. | John MacFarlane | 1 | -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-03 | stack.yaml: use latest dev version of pandoc-citeproc. | John MacFarlane | 1 | -1/+1 | |
2018-08-22 | Use yaml-0.9.0 in stack.yaml. | John MacFarlane | 1 | -0/+1 | |
2018-08-22 | Use latest pandoc-citeproc. | John MacFarlane | 1 | -1/+1 | |
This should fix build failure on appveyor. | |||||
2018-08-16 | stack.yaml: use lts 12.6 and latest git pandoc-citeproc. | John MacFarlane | 1 | -2/+3 | |
2018-07-14 | Revert "Try limiting to aeson-pretty-0.8.5." | John MacFarlane | 1 | -1/+0 | |
This reverts commit ceec41072ae454183d4647b422b26953170cea87. | |||||
2018-07-14 | Try limiting to aeson-pretty-0.8.5. | John MacFarlane | 1 | -0/+1 | |
That built before on appveyor... | |||||
2018-07-13 | Use latest network. | John MacFarlane | 1 | -0/+1 | |
Hopefully this will build on Windows. See https://ci.appveyor.com/project/jgm/pandoc/build/1.0.2625/job/tfpvh7rxue26phoq | |||||
2018-07-13 | Add pandoc-citeproc to stack.yaml. | John MacFarlane | 1 | -0/+1 | |
2018-07-13 | Use lts-12 for stack.yaml, add stack.lts11.yaml. | John MacFarlane | 1 | -5/+1 | |
Also adjusted some minor versions in extra-deps. | |||||
2018-07-13 | Add stack.lts10.yaml, switch to lts11 in stack.yaml. | John MacFarlane | 1 | -8/+1 | |
2018-06-29 | Use HsYAML instead of yaml for translations, YAML metadata. | John MacFarlane | 1 | -0/+2 | |
yaml wraps a C library; HsYAML is pure Haskell. Closes #4747. Advances #4535. | |||||
2018-06-28 | Remove network-uri flag and use 'Network.Socket'. | John MacFarlane | 1 | -1/+0 | |
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-11 | Use latest pandoc-types (1.17.5). | John MacFarlane | 1 | -1/+1 | |