From d74b4d078883ea5c5f7fa0b8a68575313ab3ce74 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 25 Sep 2018 23:14:23 -0700 Subject: appveyor - add 64-bit cabal build. --- appveyor.yml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'appveyor.yml') diff --git a/appveyor.yml b/appveyor.yml index c8836a569..95fbb9489 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -26,6 +26,14 @@ environment: # # note: we do a lts11 build because of # # https://github.com/commercialhaskell/stackage/issues/3385 # # with luck this will be fixed in ghc 8.6. + - BUILD_TYPE: "cabal" + OSARCH: "windows-x86_64" + GHC_VERSION: "8.6.1.1" + GHC: "C:\\ProgramData\\chocolatey\\lib\\ghc\\tools\\ghc-8.6.1\\bin\\ghc.exe" + CABAL_VERSION: "2.4.0.0" + CABAL_STORE: "C:\\cs" + ARCH: "x64" + CHOCO_OPTS: "" - BUILD_TYPE: "cabal" OSARCH: "windows-i386" GHC_VERSION: "8.6.1.1" -- cgit v1.2.3