summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--stack.full.yaml2
-rw-r--r--stack.yaml2
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