summaryrefslogtreecommitdiff
path: root/stack.full.yaml
Commit message (Collapse)AuthorAge
* Remove https flag.John MacFarlane2017-05-07
| | | | | | | | | 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.
* stack.yaml: use lts-8.12.John MacFarlane2017-05-02
| | | | This should fix the build failure on travis.
* Drop dependency on hslua-aesonAlbert Krewinkel2017-04-14
| | | | | Pushing values to the lua stack via custom functions is faster and more flexible.
* Ensure compatibility with hslua 0.5.*Albert Krewinkel2017-03-24
| | | | | | 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.
* Added hslua-aeson to stack.yamls.John MacFarlane2017-03-20
|
* Use lts-7.5 resolver.John MacFarlane2016-10-26
|
* Use lts-7.4 resolver.John MacFarlane2016-10-18
|
* Update stack.yaml files.John MacFarlane2016-10-13
|
* Use doctemplates 0.1.0.2.John MacFarlane2016-10-02
|
* Use doctemplates 0.1.0.1.John MacFarlane2016-10-02
|
* Moved template compiling/rendering code to a separate library.John MacFarlane2016-10-02
| | | | | | jgm/doctemplates. This allows the pandoc templating system to be used independently.
* Use lts-7.0 in stack.yaml files.John MacFarlane2016-09-23
|
* Added texmath 0.8.6.5.John MacFarlane2016-07-26
|
* Fixed stack.full.yaml.John MacFarlane2016-07-23
|
* Removed flag setting for texmath in stack.full.yaml.John MacFarlane2016-07-22
|
* stack.full.yaml - only build pandoc, pandoc-types, pandoc-citeproc.John MacFarlane2016-07-21
|
* Updated stack.full.yaml.John MacFarlane2016-07-21
|
* stack.yamls - make sure proper flags used for texmath, pandoc-citeproc.John MacFarlane2016-05-16
|
* stack.full.yaml: build local zip-archive, texmath.John MacFarlane2016-03-28
|
* stack.full.yaml: also include local cmark-hs.John MacFarlane2016-03-27
|
* texmath-0.8.5 in extra-deps in stack.full.yaml.John MacFarlane2016-03-19
|
* Build binary packages with with latest texmath.John MacFarlane2016-03-19
|
* Depend on most recent aeson, highlighting-kate.John MacFarlane2016-03-19
| | | | These aren't in stackage yet.
* Use lts-5.8 resolver.John MacFarlane2016-03-19
|
* Remove stray line from stack.full.yamlAndrew Dunning2016-02-18
| | | | | | | | | 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. ```
* Removed aeson extra-dep from stack.yaml.John MacFarlane2016-02-09
|
* Changed aeson version in stack.yaml to 0.11.0.0.John MacFarlane2016-02-09
|
* Updated to lts-5.2 resolver, aeson 0.11 in stack.yaml.John MacFarlane2016-02-09
|
* Update stack.full.yamlMatthew Eddey2016-01-07
|
* stack.yaml - use older aeson to avoid excessive memory use on compile.John MacFarlane2016-01-07
|
* stack.yaml, stack.full.yaml - use lts-4.0 resolver.John MacFarlane2016-01-06
|
* Updated stack.yaml files.John MacFarlane2016-01-02
| | | | | Use latest resolver. Use latest pandoc-citeproc and pandoc-types release.
* stack.yaml - use simpler extra-deps field.John MacFarlane2015-12-30
|
* Use cmark 0.5.John MacFarlane2015-12-29
| | | | Closes #2605.
* Use lts-3.18 in stack.yamls.John MacFarlane2015-12-13
|
* Use lts-3.16.John MacFarlane2015-12-01
|
* stack.full.yaml - use local versions of everything.John MacFarlane2015-11-28
|
* Added stack.full.yaml to build pandoc-citeproc as well.John MacFarlane2015-11-24