mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-25 17:56:32 +00:00
appveyor.yml - use ghc 8.6.4.
Hopefully this will fix segault issues on Windows. See #5037.
This commit is contained in:
+4
-4
@@ -11,8 +11,8 @@ environment:
|
||||
# see #4201, https://github.com/haskell-tools/haskell-tools/issues/277
|
||||
matrix:
|
||||
- OSARCH: "windows-x86_64"
|
||||
GHC_VERSION: "8.6.2"
|
||||
GHC_MINOR_VERSION: "8.6.2"
|
||||
GHC_VERSION: "8.6.4"
|
||||
GHC_MINOR_VERSION: "8.6.4"
|
||||
GHC: "C:\\ProgramData\\chocolatey\\lib\\ghc\\tools\\ghc-%GHC_MINOR_VERSION%\\bin\\ghc.exe"
|
||||
CABAL_VERSION: "2.4.1.0"
|
||||
CABAL_OPTS: "-fembed_data_files -fbibutils --verbose=2"
|
||||
@@ -20,8 +20,8 @@ environment:
|
||||
ARCH: "x64"
|
||||
CHOCO_OPTS: ""
|
||||
- OSARCH: "windows-i386"
|
||||
GHC_VERSION: "8.6.2"
|
||||
GHC_MINOR_VERSION: "8.6.2"
|
||||
GHC_VERSION: "8.6.4"
|
||||
GHC_MINOR_VERSION: "8.6.4"
|
||||
GHC: "C:\\ProgramData\\chocolatey\\lib\\ghc\\tools\\ghc-%GHC_MINOR_VERSION%\\bin\\ghc.exe"
|
||||
CABAL_VERSION: "2.4.1.0"
|
||||
CABAL_OPTS: "-flua_32bits -fembed_data_files -fbibutils --verbose=2"
|
||||
|
||||
Reference in New Issue
Block a user