diff options
author | John MacFarlane <jgm@berkeley.edu> | 2020-05-03 23:39:32 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2020-05-03 23:39:32 -0700 |
commit | 58115dd07f13be1f62fae0048fe984dea5aaf0a2 (patch) | |
tree | 6bf973a9db1273be4c85343615d59ed4e3a3e240 | |
parent | b78fb2889843c58426fecbe421edf1ba6a4fc76b (diff) | |
download | pandoc-58115dd07f13be1f62fae0048fe984dea5aaf0a2.tar.gz |
Try using -fexternal-interpreter to avoid access violation on Windows CI.
-rw-r--r-- | stack.yaml | 2 |
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 |