summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2016-07-23 16:34:38 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2016-07-23 16:34:38 -0700
commit7f414f3e4d61d8e43afe7fd823be63994924e161 (patch)
tree837d240f35957efb7127597b53c90ab973eceacf
parent6489be800acf18e24e2d1e321d1cedef71e29787 (diff)
Fixed stack.full.yaml.
-rw-r--r--stack.full.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/stack.full.yaml b/stack.full.yaml
index 690ad4b99..7e5a8fd36 100644
--- a/stack.full.yaml
+++ b/stack.full.yaml
@@ -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