Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | -5/+1 | |
2016-06-24 | Added texmath 0.8.6.4 to windows/stack.yaml. | John MacFarlane | 1 | -0/+1 | |
2016-06-04 | Use pandoc-citeproc-0.10 in binary pkgs. | John MacFarlane | 1 | -1/+1 | |
2016-06-03 | Fixed windows/stack.yaml. | John MacFarlane | 1 | -2/+0 | |
Can't set flag on something not in extra-deps. | |||||
2016-06-03 | Use windows/stack.yaml for appveyor build. | John MacFarlane | 1 | -1/+5 | |
Use released pandoc-citeproc, not git. | |||||
2016-06-03 | Windows build: create pandoc-citeproc on appveyor, so we can put in msi. | John MacFarlane | 1 | -5/+2 | |
Updated stackage resolver. | |||||
2016-05-16 | stack.yamls - make sure proper flags used for texmath, pandoc-citeproc. | John MacFarlane | 1 | -0/+2 | |
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 | -1/+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 | -0/+1 | |
2016-02-09 | Updated to lts-5.2 resolver, aeson 0.11 in stack.yaml. | John MacFarlane | 1 | -3/+1 | |
2016-01-09 | Updated stack.yaml. | John MacFarlane | 1 | -1/+1 | |
2016-01-04 | windows/stack.yaml - use local pandoc-citeproc. | John MacFarlane | 1 | -1/+1 | |
I'm not sure why this is needed, but it is. Otherwise the build fails. | |||||
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 | Fixed windows stack.yaml. | John MacFarlane | 1 | -1/+1 | |
2016-01-02 | Updated stack.yaml files. | John MacFarlane | 1 | -6/+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/+1 | |
2015-12-29 | Use cmark 0.5. | John MacFarlane | 1 | -0/+2 | |
Closes #2605. | |||||
2015-12-13 | Use lts-3.18 resolver to avoid Windows build problems. | John MacFarlane | 1 | -1/+5 | |
2015-12-01 | Use lts-3.16. | John MacFarlane | 1 | -1/+1 | |
2015-11-14 | Use stack for Windows installer. | John MacFarlane | 1 | -0/+19 | |
2015-10-28 | Revert "New approach to stack build on appveyor." | John MacFarlane | 1 | -19/+0 | |
This reverts commit cdd6389e91357c48dc3bb859695ab4538da4d004. | |||||
2015-10-28 | New approach to stack build on appveyor. | John MacFarlane | 1 | -0/+19 | |
This uses system lua library. See https://github.com/osa1/hslua/issues/22#issuecomment-151281274 |