deb/stack.yaml - use older aeson to avoid excessive memory use in compile.
With aeson 0.10 I was getting an out of memory error on a 2GB Ubuntu 64-bit VM.
This commit is contained in:
parent
eadf5ad2c1
commit
0602a22071
1 changed files with 3 additions and 1 deletions
|
@ -17,4 +17,6 @@ packages:
|
|||
extra-deps:
|
||||
- 'cmark-0.5.0'
|
||||
- 'pandoc-types-1.16.0.1'
|
||||
resolver: lts-3.20
|
||||
# Use older aeson to avoid excessive memory use in compilation:
|
||||
- 'aeson-0.8.0.2
|
||||
resolver: lts-4.0
|
||||
|
|
Loading…
Add table
Reference in a new issue