diff options
| author | John MacFarlane <[email protected]> | 2018-10-19 20:28:35 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2018-10-19 20:28:35 -0700 |
| commit | 4333556bcf8ea6575eb426d6167be77ca4f736f9 (patch) | |
| tree | 0b19255c8539f78d44ecbfa96af38b34de5e4c57 /stack.yaml | |
| parent | 7a3380381cf29a07fdce0d9f733c78119901cdda (diff) | |
stack.yaml - use latest cmark-gfm, pandoc-citeproc.
Diffstat (limited to 'stack.yaml')
| -rw-r--r-- | stack.yaml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/stack.yaml b/stack.yaml index 16650d3c5..65c84339f 100644 --- a/stack.yaml +++ b/stack.yaml @@ -19,15 +19,16 @@ packages: - foundation extra-dep: true extra-deps: -- pandoc-citeproc-0.14.7 +- pandoc-citeproc-0.14.8 - haddock-library-1.7.0 - HsYAML-0.1.1.1 - texmath-0.11.1 - yaml-0.9.0 +- cmark-gfm-0.1.6 - hslua-1.0.1 - hslua-module-text-0.2.0 - skylighting-0.7.4 - skylighting-core-0.7.4 ghc-options: "$locals": -fhide-source-paths -XNoImplicitPrelude -resolver: lts-12.6 +resolver: lts-12.12 |
