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.1
- citeproc-0.1.0.3@sha256:c73f601fad72d6d74312ae55895e16e2425d86467a16d9a6d1156c6c78d04b62,5395
- commonmark-0.1.1@sha256:a928f6a36a7e10dceed252a9bb8670c01affbe89d70d81d4ba8530ff86b841a7,3276
- commonmark-extensions-0.2.0.2@sha256:0fa1527b702eb0b95813ad2eac9c480d4735959a0712edf9f583b76eb88d51df,3178
- commonmark-pandoc-0.2.0.1@sha256:529c6e2c6cabf61558b66a28123eafc1d90d3324be29819f59f024e430312c1f,1105
- hakyll-4.13.4.1@sha256:199fa0f7e6e98a1a1858852f8f6a3be2e0f1e4becbe6b9a64db47dac0740ddf2,8867
# For development
- git: https://github.com/LaurentRDC/pandoc-include-code.git
commit: 13fb0ced5dd5669a300430fe89753f0c60f274dc
- 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"