Fixed stack.full.yaml.
This commit is contained in:
parent
6489be800a
commit
7f414f3e4d
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue