From a9a0032c71894f6e4ef0d284f757166cdb6863ee Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 25 Sep 2018 13:52:36 -0700 Subject: appveyor - use --allow-newer --- appveyor.yml | 3 +-- 1 file changed, 1 insertion(+), 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: -- cgit v1.2.3