Try using -fexternal-interpreter to avoid access violation on Windows CI.
This commit is contained in:
parent
b78fb28898
commit
58115dd07f
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue