summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2018-01-21 08:26:34 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2018-01-21 08:26:34 -0800
commit3193bf6be74082f46e7d4267ad4382372c4dcb49 (patch)
treeea96bd94ac46650b890d2c3e3e6ccad1c41f2472
parent06abfed8e139b3eccb6e5f01299ff08f4ffe527b (diff)
appveyor - remove -fexternal-interpreter.
This didn't help with the problem #4283.
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index ebec78c2e..0df7abf32 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -3,7 +3,7 @@ environment:
global:
WIXBIN: "c:\\Program Files (x86)\\WiX Toolset v3.11\\bin"
STACK_YAML: "c:\\pandoc\\stack.yaml"
- STACK_BUILD_OPTS: "-j1 --no-terminal --test --local-bin-path=.\\windows --ghc-options=-fexternal-interpreter"
+ STACK_BUILD_OPTS: "-j1 --no-terminal --test --local-bin-path=.\\windows"
# see #4201, https://github.com/haskell-tools/haskell-tools/issues/277
matrix:
- STACK_VERSION: "windows-i386"