appveyor - --verbose to diagnose problem.

Why is text-icu being built?
This commit is contained in:
John MacFarlane 2018-10-18 16:41:16 -07:00
parent e3b85517d6
commit 8c4a3e859e

View file

@ -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"