appveyor - --verbose to diagnose problem.
Why is text-icu being built?
This commit is contained in:
parent
e3b85517d6
commit
8c4a3e859e
1 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ environment:
|
||||||
GHC_MINOR_VERSION: "8.6.1"
|
GHC_MINOR_VERSION: "8.6.1"
|
||||||
GHC: "C:\\ProgramData\\chocolatey\\lib\\ghc\\tools\\ghc-%GHC_MINOR_VERSION%\\bin\\ghc.exe"
|
GHC: "C:\\ProgramData\\chocolatey\\lib\\ghc\\tools\\ghc-%GHC_MINOR_VERSION%\\bin\\ghc.exe"
|
||||||
CABAL_VERSION: "2.4.0.0"
|
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"
|
GHC_OPTS: "-fhide-source-paths"
|
||||||
ARCH: "x64"
|
ARCH: "x64"
|
||||||
CHOCO_OPTS: ""
|
CHOCO_OPTS: ""
|
||||||
|
@ -24,7 +24,7 @@ environment:
|
||||||
GHC_MINOR_VERSION: "8.6.1"
|
GHC_MINOR_VERSION: "8.6.1"
|
||||||
GHC: "C:\\ProgramData\\chocolatey\\lib\\ghc\\tools\\ghc-%GHC_MINOR_VERSION%\\bin\\ghc.exe"
|
GHC: "C:\\ProgramData\\chocolatey\\lib\\ghc\\tools\\ghc-%GHC_MINOR_VERSION%\\bin\\ghc.exe"
|
||||||
CABAL_VERSION: "2.4.0.0"
|
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"
|
GHC_OPTS: "-fhide-source-paths"
|
||||||
ARCH: "x86"
|
ARCH: "x86"
|
||||||
CHOCO_OPTS: "--x86"
|
CHOCO_OPTS: "--x86"
|
||||||
|
|
Loading…
Reference in a new issue