This is an automated email from the ASF dual-hosted git repository.

jensg pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git


The following commit(s) were added to refs/heads/master by this push:
     new 508d995  THRIFT-4959 Pin Chocolately Haskell packages Client: Haskell 
Patch: Kevin Wojniak
508d995 is described below

commit 508d9951d5fd8a539788caff6d38f08db564d50b
Author: Kevin Wojniak <[email protected]>
AuthorDate: Sun Nov 3 20:27:53 2019 +0100

    THRIFT-4959 Pin Chocolately Haskell packages
    Client: Haskell
    Patch: Kevin Wojniak
    
    This closes #1915
    
    pin cabal, pin Chocolately Haskell package
---
 build/appveyor/MSVC-appveyor-install.bat | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/build/appveyor/MSVC-appveyor-install.bat 
b/build/appveyor/MSVC-appveyor-install.bat
index bc4655a..09b7cc4 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

Reply via email to