diff options
author | John MacFarlane <jgm@berkeley.edu> | 2016-01-07 14:16:37 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2016-01-07 14:16:37 -0800 |
commit | c30ad6f1ce6f1f4b38267f3c6e0e96757e31821b (patch) | |
tree | 6542fa968b7156471850da503f8893584bbba27b | |
parent | 0602a2207169f5ab1c147bef04c82cf6bb8fc3ab (diff) | |
download | pandoc-c30ad6f1ce6f1f4b38267f3c6e0e96757e31821b.tar.gz |
stack.yaml - use older aeson to avoid excessive memory use on compile.
-rw-r--r-- | stack.full.yaml | 2 | ||||
-rw-r--r-- | stack.yaml | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/stack.full.yaml b/stack.full.yaml index f9e339408..348ab0532 100644 --- a/stack.full.yaml +++ b/stack.full.yaml @@ -14,4 +14,6 @@ packages: - '../texmath' extra-deps: - 'cmark-0.5.0' +# Use older aeson to avoid excessive memory use in compilation: +- 'aeson-0.8.0.2 resolver: lts-4.0 diff --git a/stack.yaml b/stack.yaml index 9993e987f..4d0c4a7be 100644 --- a/stack.yaml +++ b/stack.yaml @@ -11,4 +11,6 @@ extra-deps: - 'cmark-0.5.0' - 'pandoc-citeproc-0.9' - 'pandoc-types-1.16.0.1' +# Use older aeson to avoid excessive memory use in compilation: +- 'aeson-0.8.0.2 resolver: lts-4.0 |