From 8c4a3e859ec8fdd5e147d9f230bc49736089b0bb Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 18 Oct 2018 16:41:16 -0700 Subject: appveyor - --verbose to diagnose problem. Why is text-icu being built? --- appveyor.yml | 4 ++-- 1 file 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" -- cgit v1.2.3