diff options
author | John MacFarlane <jgm@berkeley.edu> | 2016-01-09 13:54:36 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2016-01-09 13:54:36 -0800 |
commit | 5eb80872af7cfa5305dae72b21e9c798be3db8d6 (patch) | |
tree | 041a348e8cbea36b39452fc4eb3fdd9690de5e08 /osx | |
parent | 1fbbc2badcdfc6f1f3a17ee79aee3126267e9b4b (diff) | |
download | pandoc-5eb80872af7cfa5305dae72b21e9c798be3db8d6.tar.gz |
Updated stack.yaml.
Diffstat (limited to 'osx')
-rw-r--r-- | osx/stack.yaml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/osx/stack.yaml b/osx/stack.yaml index 4d5c42705..d9decaba1 100644 --- a/osx/stack.yaml +++ b/osx/stack.yaml @@ -19,5 +19,7 @@ packages: - 'https://hackage.haskell.org/package/pandoc-citeproc-0.9/pandoc-citeproc-0.9.tar.gz' extra-deps: - 'cmark-0.5.0' -- 'pandoc-types-1.16' -resolver: lts-3.20 +- '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 |