aboutsummaryrefslogtreecommitdiff
path: root/stack.yaml
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2020-05-03 23:39:32 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2020-05-03 23:39:32 -0700
commit58115dd07f13be1f62fae0048fe984dea5aaf0a2 (patch)
tree6bf973a9db1273be4c85343615d59ed4e3a3e240 /stack.yaml
parentb78fb2889843c58426fecbe421edf1ba6a4fc76b (diff)
downloadpandoc-58115dd07f13be1f62fae0048fe984dea5aaf0a2.tar.gz
Try using -fexternal-interpreter to avoid access violation on Windows CI.
Diffstat (limited to 'stack.yaml')
-rw-r--r--stack.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/stack.yaml b/stack.yaml
index a6957cdc9..0e2f243a3 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -23,4 +23,6 @@ extra-deps:
- doctemplates-0.8.2
ghc-options:
"$locals": -fhide-source-paths -Wno-missing-home-modules
+ # needed to avoid access violation on windows:
+ HsYAML: -fexternal-interpreter
resolver: lts-15.11