diff options
author | John MacFarlane <jgm@berkeley.edu> | 2016-01-02 12:36:12 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2016-01-02 12:37:23 -0800 |
commit | 4edd1a78732abe64c7b1eab85f792ec0f4777ca7 (patch) | |
tree | 0df887e361fba692fdb2eb21a32935b64ac64eb4 /osx | |
parent | 44c762e3052da7678c633ff02eb4a033c980dd13 (diff) | |
download | pandoc-4edd1a78732abe64c7b1eab85f792ec0f4777ca7.tar.gz |
Updated stack.yaml files.
Use latest resolver.
Use latest pandoc-citeproc and pandoc-types release.
Diffstat (limited to 'osx')
-rw-r--r-- | osx/stack.yaml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/osx/stack.yaml b/osx/stack.yaml index 207649c64..75f238b4d 100644 --- a/osx/stack.yaml +++ b/osx/stack.yaml @@ -18,5 +18,6 @@ packages: - '..' extra-deps: - 'cmark-0.5.0' -- 'pandoc-citeproc-0.8.1.3' -resolver: lts-3.18 +- 'pandoc-citeproc-0.9' +- 'pandoc-types-1.16' +resolver: lts-3.20 |