[Git][ghc/ghc][wip/andreask/9.10-backports] Windows ci fix

Andreas Klebinger (@AndreasK) gitlab at gitlab.haskell.org
Thu Feb 20 14:16:38 UTC 2025



Andreas Klebinger pushed to branch wip/andreask/9.10-backports at Glasgow Haskell Compiler / GHC


Commits:
b7c579a3 by Andreas Klebinger at 2025-02-20T14:54:21+01:00
Windows ci fix

- - - - -


1 changed file:

- .gitlab/ci.sh


Changes:

=====================================
.gitlab/ci.sh
=====================================
@@ -10,6 +10,7 @@ set -Eeuo pipefail
 # N.B. You may want to also update the index-state in hadrian/cabal.project.
 HACKAGE_INDEX_STATE="2025-02-03T15:14:19Z"
 MIN_HAPPY_VERSION="1.20"
+MAX_HAPPY_VERSION="1.21" # Exclusive upper bound
 MIN_ALEX_VERSION="3.2.6"
 
 TOP="$(pwd)"
@@ -361,7 +362,7 @@ function setup_toolchain() {
   esac
 
   info "Building happy..."
-  $cabal_install happy --constraint="happy>=$MIN_HAPPY_VERSION"
+  $cabal_install happy --constraint="happy>=$MIN_HAPPY_VERSION" --constraint="happy<$MAX_HAPPY_VERSION"
 
   info "Building alex..."
   $cabal_install alex --constraint="alex>=$MIN_ALEX_VERSION"



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/b7c579a378945f81c5ff6ee9a76bb3ca83dc6534

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/b7c579a378945f81c5ff6ee9a76bb3ca83dc6534
You're receiving this email because of your account on gitlab.haskell.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20250220/2b9de508/attachment-0001.html>


More information about the ghc-commits mailing list