diff options
-rw-r--r-- | stack.yaml | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/stack.yaml b/stack.yaml index 708c6707f..5d9407a06 100644 --- a/stack.yaml +++ b/stack.yaml @@ -12,9 +12,19 @@ flags: packages: - '.' extra-deps: +- pandoc-types-1.20 +- texmath-0.12.0.1 +- haddock-library-1.8.0 +- skylighting-0.8.3.2 +- skylighting-core-0.8.3.2 +- regex-pcre-builtin-0.95.0.8.8.35 - doclayout-0.3 +- emojis-0.1 +- jira-wiki-markup-1.0.0 +- HsYAML-0.2.0.0 +- HsYAML-aeson-0.2.0.0 - doctemplates-0.8.1 - pandoc-citeproc-0.17 ghc-options: "$locals": -fhide-source-paths -Wno-missing-home-modules -resolver: lts-15.0 +resolver: lts-14.6 |