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:
John MacFarlane 2016-01-07 14:14:58 -08:00
parent eadf5ad2c1
commit 0602a22071

View file

@ -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