[Git][ghc/ghc][wip/T25623] Require alex >= 3.5.2 (#25623)

Brandon Chinn (@brandonchinn178) gitlab at gitlab.haskell.org
Sat Jan 4 19:48:55 UTC 2025



Brandon Chinn pushed to branch wip/T25623 at Glasgow Haskell Compiler / GHC


Commits:
dfb8b735 by Brandon Chinn at 2025-01-04T11:48:28-08:00
Require alex >= 3.5.2 (#25623)

- - - - -


1 changed file:

- compiler/ghc.cabal.in


Changes:

=====================================
compiler/ghc.cabal.in
=====================================
@@ -102,7 +102,7 @@ Library
               FunTypes.h
 
     if flag(build-tool-depends)
-      build-tool-depends: alex:alex >= 3.2.6, happy:happy >= 1.20.0, genprimopcode:genprimopcode, deriveConstants:deriveConstants
+      build-tool-depends: alex:alex >= 3.5.2, happy:happy >= 1.20.0, genprimopcode:genprimopcode, deriveConstants:deriveConstants
 
     if flag(with-libzstd)
       if flag(static-libzstd)



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

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/dfb8b7355a0eb74e24af1f78a2850967427227e7
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/20250104/5f4f09cc/attachment.html>


More information about the ghc-commits mailing list