aboutsummaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2018-09-25 13:52:36 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2018-09-25 13:52:36 -0700
commita9a0032c71894f6e4ef0d284f757166cdb6863ee (patch)
treed65f01c1ab3b1813e2de9d61b6fb864d1302ea36 /appveyor.yml
parent90670595614f8f971366bb6b47b6d54379ff700e (diff)
downloadpandoc-a9a0032c71894f6e4ef0d284f757166cdb6863ee.tar.gz
appveyor - use --allow-newer
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml
index cc6a311d3..1451a8e92 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -32,7 +32,6 @@ environment:
GHC: "C:\\ProgramData\\chocolatey\\lib\\ghc\\tools\\ghc-8.6.1\\bin\\ghc.exe"
CABAL_VERSION: "2.4.0.0"
CABAL_STORE: "C:\\cs"
- CABAL_BUILD_OPTS: "--allow-newer=base --allow-newer=template-haskell --allow-newer=containers -flua_32bits -fembed_data_files"
ARCH: "x86"
CHOCO_OPTS: "--x86"
@@ -89,7 +88,7 @@ test_script:
cabal --version &&
cabal --store-dir="%CABAL_STORE%" new-update &&
echo "" | cabal new-repl -w %GHC% --build-dep fail &&
- cabal --store-dir="%CABAL_STORE%" new-install -w %GHC% --symlink-bindir=. %CABAL_BUILD_OPTS% . pandoc-citeproc
+ cabal --store-dir="%CABAL_STORE%" new-install -w %GHC% --symlink-bindir=. --allow-newer -flua_32bits -fembed_data_files . pandoc-citeproc
)
after_test: