resolver: nightly-2020-10-11 # GHC 8.10.2
packages:
- .
# GHC 8.10.2 is broken on Windows:
# https://gitlab.haskell.org/ghc/ghc/-/issues/18550
compiler: ghc-8.10.1
extra-deps:
- pandoc-2.11
- citeproc-0.1@sha256:0c82d6cf5be3d82d4f755e6a2075ce224b9f2bdb891f1417ca49f5e78ac4e26a,5355
- commonmark-0.1.0.2@sha256:fbff7a2ade0ce7d699964a87f765e503a3a9e22542c05f0f02ba7aad64e38af4,3278
- commonmark-extensions-0.2.0.1@sha256:647aa8dba5fd46984ddedc15c3693c9c4d9655503d42006576bd8f0dadf8cd39,3176
- commonmark-pandoc-0.2.0.1@sha256:529c6e2c6cabf61558b66a28123eafc1d90d3324be29819f59f024e430312c1f,1105
# For development
- git: https://github.com/owickstrom/pandoc-include-code.git
commit: d5cbdc86eb1abcd9561c0965ac423d7011378ddb
- ghc-check-0.3.0.1@sha256:651d9b2b75a5cbdb3c942117801bfa566079bcaf20360e4d0959f9e575c30b39,1070
# Faster compilation.
# See here:
# https://downloads.haskell.org/ghc/latest/docs/html/users_guide/flags.html#miscellaneous-compiler-options
# and here:
# https://ghc.gitlab.haskell.org/ghc/doc/users_guide/runtime_control.html
# ghc-options:
# pandoc: -j "+RTS -A64m -RTS"
# pandoc-citeproc: -j "+RTS -A64m -RTS"
# $targets: -j "+RTS -A64m -RTS"