Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-01-21 | Use skylighting 0.1.1.1 in stack.yaml. | John MacFarlane | 1 | -1/+2 | |
2016-11-30 | Use pandoc-citeproc 0.10.3 release in stack.yamls for binary pkgs. | John MacFarlane | 1 | -3/+2 | |
2016-11-27 | Updated stack.yaml to use lts 7.9 + latest pandoc-citeproc dev. | John MacFarlane | 1 | -2/+2 | |
2016-10-27 | Update pandoc-citeproc commit to use for binary packages. | John MacFarlane | 1 | -1/+1 | |
2016-10-26 | stack.yamls - use git commit from pandoc-citeproc | John MacFarlane | 1 | -1/+3 | |
so we don't have to wait for stackage's hackage mirror to update. | |||||
2016-10-26 | Use lts-7.5 resolver. | John MacFarlane | 1 | -1/+1 | |
2016-10-26 | Use latest pandoc-citeproc. | John MacFarlane | 1 | -1/+1 | |
2016-10-25 | Use pandoc-citeproc 0.10.2 in stack package builds. | John MacFarlane | 1 | -1/+1 | |
2016-10-24 | stack.yamls - use latest pandoc-citeproc. | John MacFarlane | 1 | -1/+1 | |
2016-10-23 | stack.yamls - use latest pandoc-citeproc. | John MacFarlane | 1 | -1/+1 | |
2016-10-18 | Added pandoc-citeproc back to extra-deps in stack.yaml. | John MacFarlane | 1 | -0/+1 | |
Otherwise we can't set flags. | |||||
2016-10-18 | Use lts-7.4 resolver. | John MacFarlane | 1 | -3/+1 | |
2016-10-18 | stack.yaml - use latest pandoc-types. | John MacFarlane | 1 | -1/+1 | |
2016-10-17 | Bump pandoc-types versions to 1.17.0.3 in stack.yaml. | John MacFarlane | 1 | -1/+1 | |
2016-10-17 | Use pandoc-types 1.17.0.2 in stack.yaml. | John MacFarlane | 1 | -1/+1 | |
2016-10-17 | BUmp pandoc-types version in stack.yamls. | John MacFarlane | 1 | -1/+1 | |
2016-10-16 | Update stack.yamls to use pandoc-types 1.17 release. | John MacFarlane | 1 | -0/+1 | |
2016-10-13 | Use latest pandoc-citeproc in stack.yamls. | John MacFarlane | 1 | -1/+1 | |
2016-10-13 | Update stack.yaml files. | John MacFarlane | 1 | -3/+2 | |
2016-10-02 | Use doctemplates 0.1.0.2. | John MacFarlane | 1 | -1/+1 | |
2016-10-02 | Use doctemplates 0.1.0.1. | John MacFarlane | 1 | -1/+1 | |
2016-10-02 | Moved template compiling/rendering code to a separate library. | John MacFarlane | 1 | -0/+1 | |
jgm/doctemplates. This allows the pandoc templating system to be used independently. | |||||
2016-09-25 | USe latest pandoc-citeproc in binary package stack.yaml. | John MacFarlane | 1 | -1/+1 | |
2016-09-23 | Added pandoc-citeproc back to extra-deps. | John MacFarlane | 1 | -0/+1 | |
2016-09-23 | Use lts-7.0 in stack.yaml files. | John MacFarlane | 1 | -6/+1 | |
2016-07-24 | Use texmath 0.8.6.5. Closes #3040. | John MacFarlane | 1 | -0/+1 | |
2016-07-16 | Add aeson-pretty to stack.yaml for deb, windows. | John MacFarlane | 1 | -0/+1 | |
2016-07-16 | Use cmark-0.5.3.1 in stack.yaml. | John MacFarlane | 1 | -1/+1 | |
2016-07-15 | Use cmark-0.5.3 in stack.yaml. | John MacFarlane | 1 | -0/+1 | |
2016-07-14 | Use pandoc-citeproc-0.10.1 for packages. | John MacFarlane | 1 | -1/+1 | |
2016-07-04 | Added http-client dependencies to stack.yaml files. | John MacFarlane | 1 | -0/+2 | |
2016-07-03 | stack.yaml: use 6.5 resolver. | John MacFarlane | 1 | -2/+1 | |
2016-06-04 | Use pandoc-citeproc-0.10 in binary pkgs. | John MacFarlane | 1 | -1/+1 | |
2016-06-04 | deb pkg: use --local-bin-path so we don't install to ~/.local. | John MacFarlane | 1 | -5/+4 | |
2016-03-19 | Fixed typo in deb, osx stack.yaml. | John MacFarlane | 1 | -1/+1 | |
2016-03-19 | Build vs pandoc-citeproc 0.9.1.1. | John MacFarlane | 1 | -1/+1 | |
2016-03-19 | Build pandoc-citeproc 0.9.1 for binary pkgs. | John MacFarlane | 1 | -1/+1 | |
2016-03-19 | Build binary packages with with latest texmath. | John MacFarlane | 1 | -0/+1 | |
2016-03-19 | Depend on most recent aeson, highlighting-kate. | John MacFarlane | 1 | -0/+2 | |
These aren't in stackage yet. | |||||
2016-03-19 | Use lts-5.8 resolver. | John MacFarlane | 1 | -1/+1 | |
2016-02-09 | Removed aeson extra-dep from stack.yaml. | John MacFarlane | 1 | -1/+0 | |
2016-02-09 | Changed aeson version in stack.yaml to 0.11.0.0. | John MacFarlane | 1 | -1/+1 | |
2016-02-09 | Updated to lts-5.2 resolver, aeson 0.11 in stack.yaml. | John MacFarlane | 1 | -5/+2 | |
2016-01-09 | Fixed typo in deb/stack.yaml. | John MacFarlane | 1 | -1/+1 | |
2016-01-07 | deb/stack.yaml - use older aeson to avoid excessive memory use in compile. | John MacFarlane | 1 | -1/+3 | |
With aeson 0.10 I was getting an out of memory error on a 2GB Ubuntu 64-bit VM. | |||||
2016-01-07 | debpkg - back to lts-3.20. | John MacFarlane | 1 | -1/+1 | |
We get memory exhaustion on lts-4.0. My guess is that it's due to aeson-0.10. | |||||
2016-01-07 | deb pkg generation improvements. | John MacFarlane | 1 | -2/+2 | |
Allow setting DEBPKGVER. Bump to stack lts-4.0. Make output verbose. | |||||
2016-01-03 | Updated binary package stack.yamls to ensure pandoc-citeproc... | John MacFarlane | 1 | -1/+1 | |
is built with embed_data_files. This fixes a problem with the original 1.16 binary packages. | |||||
2016-01-02 | Updated stack.yaml files. | John MacFarlane | 1 | -2/+3 | |
Use latest resolver. Use latest pandoc-citeproc and pandoc-types release. | |||||
2015-12-30 | stack.yaml - use simpler extra-deps field. | John MacFarlane | 1 | -2/+2 | |