Fixed stack.full.yaml.

This commit is contained in:
John MacFarlane 2016-07-23 16:34:38 -07:00
parent 6489be800a
commit 7f414f3e4d

View file

@ -10,6 +10,11 @@ flags:
pandoc-citeproc:
bibutils: true
embed_data_files: true
# if you are on OSX, stack install cpphs and
# uncomment the following three lines:
#ghc-options:
# pandoc-citeproc: '-pgmP cpphs -optP--cpp'
# highlighting-kate: '-pgmP cpphs -optP--cpp'
packages:
- '.'
- '../pandoc-citeproc'
@ -19,4 +24,5 @@ extra-deps:
- http-client-tls-0.3.0
- data-default-instances-base-0.1.0.1
- cmark-0.5.3.1
- aeson-pretty-0.8.1
resolver: nightly-2016-07-11