diff options
author | John MacFarlane <jgm@berkeley.edu> | 2018-10-18 16:41:16 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2018-10-18 16:41:16 -0700 |
commit | 8c4a3e859ec8fdd5e147d9f230bc49736089b0bb (patch) | |
tree | 2664d7001d89f992f7c3893d725000ef708428c4 | |
parent | e3b85517d6ba42005edc9d68ddd177313826fa45 (diff) | |
download | pandoc-8c4a3e859ec8fdd5e147d9f230bc49736089b0bb.tar.gz |
appveyor - --verbose to diagnose problem.
Why is text-icu being built?
-rw-r--r-- | appveyor.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml index e0c978887..6431d560a 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: "-fembed_data_files -fbibutils" + CABAL_OPTS: "-fembed_data_files -fbibutils --verbose=2" 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: "-flua_32bits -fembed_data_files -fbibutils" + CABAL_OPTS: "-flua_32bits -fembed_data_files -fbibutils --verbose=2" GHC_OPTS: "-fhide-source-paths" ARCH: "x86" CHOCO_OPTS: "--x86" |