aboutsummaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2018-09-26 22:19:36 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2018-09-26 22:20:14 -0700
commit4461134b146051e0f3fe8a4b0787d0953709ce47 (patch)
tree432aa808f275de849d35d107e9a060f2f06380c8 /appveyor.yml
parent4e22de1fcd649aa97e6800c4770eb01ebfb732a7 (diff)
downloadpandoc-4461134b146051e0f3fe8a4b0787d0953709ce47.tar.gz
Added 'allow-newer' to cabal.project.
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 7b71117a6..3429b0023 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -15,7 +15,7 @@ environment:
GHC_MINOR_VERSION: "8.6.1"
GHC: "C:\\ProgramData\\chocolatey\\lib\\ghc\\tools\\ghc-%GHC_MINOR_VERSION%\\bin\\ghc.exe"
CABAL_VERSION: "2.4.0.0"
- CABAL_OPTS: "--allow-newer -fembed_data_files -fbibutils"
+ CABAL_OPTS: "-fembed_data_files -fbibutils"
GHC_OPTS: "-fhide-source-paths"
ARCH: "x64"
CHOCO_OPTS: ""
@@ -24,7 +24,7 @@ environment:
GHC_MINOR_VERSION: "8.6.1"
GHC: "C:\\ProgramData\\chocolatey\\lib\\ghc\\tools\\ghc-%GHC_MINOR_VERSION%\\bin\\ghc.exe"
CABAL_VERSION: "2.4.0.0"
- CABAL_OPTS: "--allow-newer -flua_32bits -fembed_data_files -fbibutils"
+ CABAL_OPTS: "-flua_32bits -fembed_data_files -fbibutils"
GHC_OPTS: "-fhide-source-paths"
ARCH: "x86"
CHOCO_OPTS: "--x86"