summaryrefslogtreecommitdiff
path: root/build/appveyor
diff options
context:
space:
mode:
authorKevin Wojniak <kainjow@users.noreply.github.com>2019-11-03 20:27:53 +0100
committerJens Geyer <jensg@apache.org>2019-11-04 22:10:01 +0100
commit508d9951d5fd8a539788caff6d38f08db564d50b (patch)
treec63fb4f584fcf9c32b40a607b7878fc86a7a250d /build/appveyor
parentf7b219791653d206a03d236e2bd69e79c4d4a392 (diff)
downloadthrift-508d9951d5fd8a539788caff6d38f08db564d50b.tar.gz
THRIFT-4959 Pin Chocolately Haskell packages
Client: Haskell Patch: Kevin Wojniak This closes #1915 pin cabal, pin Chocolately Haskell package
Diffstat (limited to 'build/appveyor')
-rw-r--r--build/appveyor/MSVC-appveyor-install.bat3
1 files changed, 2 insertions, 1 deletions
diff --git a/build/appveyor/MSVC-appveyor-install.bat b/build/appveyor/MSVC-appveyor-install.bat
index bc4655a76..09b7cc494 100644
--- a/build/appveyor/MSVC-appveyor-install.bat
+++ b/build/appveyor/MSVC-appveyor-install.bat
@@ -56,7 +56,8 @@ pip.exe ^
tornado ^
twisted || EXIT /B
-cinst -y ghc || EXIT /B
+cinst -y cabal --version 2.4.1.0 || EXIT /B
+cinst -y ghc --version 8.6.5 || EXIT /B
:: Adobe Flex SDK 4.6 for ActionScript
MKDIR "C:\Adobe\Flex\SDK\4.6" || EXIT /B