Rodrigo Mesquita pushed to branch wip/romes/26202 at Glasgow Haskell Compiler / GHC Commits: dedc5312 by Rodrigo Mesquita at 2025-07-17T10:24:28+01:00 cabal-reinstall: Pass --strict to Happy This is necessary to make the generated Parser build successfully This mimics Hadrian, which always passes --strict to happy. Fixes #26202 - - - - - 1 changed file: - cabal.project-reinstall Changes: ===================================== cabal.project-reinstall ===================================== @@ -69,6 +69,8 @@ constraints: ghc +internal-interpreter +dynamic-system-linke, any.pretty installed, any.template-haskell installed +program-default-options + happy-options: --strict benchmarks: False tests: False View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/dedc53121ae97c51e7d00c5cd9e6055f... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/dedc53121ae97c51e7d00c5cd9e6055f... You're receiving this email because of your account on gitlab.haskell.org.