Try using -fexternal-interpreter to avoid access violation on Windows CI.

This commit is contained in:
John MacFarlane 2020-05-03 23:39:32 -07:00
parent b78fb28898
commit 58115dd07f

View file

@ -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