diff options
author | John MacFarlane <jgm@berkeley.edu> | 2016-01-07 17:41:33 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2016-01-07 17:41:33 -0800 |
commit | 52d95ddde15e92d74c2d8d0d6aa27c922c54c5e0 (patch) | |
tree | f82d1b7969814ee64032faa30db1e49b4135d5a5 /stack.full.yaml | |
parent | c30ad6f1ce6f1f4b38267f3c6e0e96757e31821b (diff) | |
parent | 1730e639508d6dd9b5eedfbffe1f29b254a55a4f (diff) | |
download | pandoc-52d95ddde15e92d74c2d8d0d6aa27c922c54c5e0.tar.gz |
Merge pull request #2632 from matt-e/fix-stack-build
Fix typo in stack build files
Diffstat (limited to 'stack.full.yaml')
-rw-r--r-- | stack.full.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stack.full.yaml b/stack.full.yaml index 348ab0532..d79d25d0c 100644 --- a/stack.full.yaml +++ b/stack.full.yaml @@ -15,5 +15,5 @@ packages: extra-deps: - 'cmark-0.5.0' # Use older aeson to avoid excessive memory use in compilation: -- 'aeson-0.8.0.2 +- 'aeson-0.8.0.2' resolver: lts-4.0 |