Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-05-07 | Remove https flag. | John MacFarlane | 1 | -1/+0 | |
Supporting two completely different libraries for fetching from URLs makes it difficult to trap errors, because of different error types expected from the libraries. There's no clear reason not to build with these https-capable libraires. | |||||
2017-05-02 | stack.yaml: use lts-8.12. | John MacFarlane | 1 | -3/+2 | |
This should fix the build failure on travis. | |||||
2017-04-14 | Drop dependency on hslua-aeson | Albert Krewinkel | 1 | -1/+0 | |
Pushing values to the lua stack via custom functions is faster and more flexible. | |||||
2017-03-24 | Ensure compatibility with hslua 0.5.* | Albert Krewinkel | 1 | -1/+2 | |
The 0.5.0 release of hslua fixes problems with lua C modules on linux. The signature of the `loadstring` function changed, so a compatibility wrapper is introduced to allow both 0.4.* and 0.5.* versions to be used. | |||||
2017-03-20 | Added hslua-aeson to stack.yamls. | John MacFarlane | 1 | -1/+3 | |
2016-10-26 | Use lts-7.5 resolver. | John MacFarlane | 1 | -1/+1 | |
2016-10-18 | Use lts-7.4 resolver. | John MacFarlane | 1 | -1/+1 | |
2016-10-13 | Update stack.yaml files. | John MacFarlane | 1 | -2/+0 | |
2016-10-02 | Use doctemplates 0.1.0.2. | John MacFarlane | 1 | -4/+5 | |
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-23 | Use lts-7.0 in stack.yaml files. | John MacFarlane | 1 | -5/+1 | |
2016-07-26 | Added texmath 0.8.6.5. | John MacFarlane | 1 | -0/+1 | |
2016-07-23 | Fixed stack.full.yaml. | John MacFarlane | 1 | -0/+6 | |
2016-07-22 | Removed flag setting for texmath in stack.full.yaml. | John MacFarlane | 1 | -2/+0 | |
2016-07-21 | stack.full.yaml - only build pandoc, pandoc-types, pandoc-citeproc. | John MacFarlane | 1 | -4/+0 | |
2016-07-21 | Updated stack.full.yaml. | John MacFarlane | 1 | -3/+6 | |
2016-05-16 | stack.yamls - make sure proper flags used for texmath, pandoc-citeproc. | John MacFarlane | 1 | -0/+5 | |
2016-03-28 | stack.full.yaml: build local zip-archive, texmath. | John MacFarlane | 1 | -1/+2 | |
2016-03-27 | stack.full.yaml: also include local cmark-hs. | John MacFarlane | 1 | -0/+1 | |
2016-03-19 | texmath-0.8.5 in extra-deps in stack.full.yaml. | John MacFarlane | 1 | -1/+1 | |
2016-03-19 | Build binary packages with with latest texmath. | John MacFarlane | 1 | -0/+2 | |
2016-03-19 | Depend on most recent aeson, highlighting-kate. | John MacFarlane | 1 | -0/+1 | |
These aren't in stackage yet. | |||||
2016-03-19 | Use lts-5.8 resolver. | John MacFarlane | 1 | -1/+1 | |
2016-02-18 | Remove stray line from stack.full.yaml | Andrew Dunning | 1 | -1/+0 | |
The line causes an error with stack 1.0.2: ``` Could not parse '/pandoc-build/pandoc/stack.full.yaml': AesonException "Error in $.extra-deps: failed to parse field 'extra-deps': failed to parse field extra-deps: expected [a], encountered Null" See http://docs.haskellstack.org/en/stable/yaml_configuration.html. ``` | |||||
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 | -4/+2 | |
2016-01-07 | Update stack.full.yaml | Matthew Eddey | 1 | -1/+1 | |
2016-01-07 | stack.yaml - use older aeson to avoid excessive memory use on compile. | John MacFarlane | 1 | -0/+2 | |
2016-01-06 | stack.yaml, stack.full.yaml - use lts-4.0 resolver. | John MacFarlane | 1 | -1/+1 | |
2016-01-02 | Updated stack.yaml files. | John MacFarlane | 1 | -1/+1 | |
Use latest resolver. Use latest pandoc-citeproc and pandoc-types release. | |||||
2015-12-30 | stack.yaml - use simpler extra-deps field. | John MacFarlane | 1 | -3/+2 | |
2015-12-29 | Use cmark 0.5. | John MacFarlane | 1 | -0/+2 | |
Closes #2605. | |||||
2015-12-13 | Use lts-3.18 in stack.yamls. | John MacFarlane | 1 | -1/+1 | |
2015-12-01 | Use lts-3.16. | John MacFarlane | 1 | -1/+1 | |
2015-11-28 | stack.full.yaml - use local versions of everything. | John MacFarlane | 1 | -9/+3 | |
2015-11-24 | Added stack.full.yaml to build pandoc-citeproc as well. | John MacFarlane | 1 | -0/+22 | |