
Teo Camarasu pushed to branch wip/teo/allow-newer-ghc-paths at Glasgow Haskell Compiler / GHC Commits: ea4dd944 by Teo Camarasu at 2025-07-08T12:39:25+01:00 cabal.project-reinstall: allow newer ghc-paths:Cabal,unix,time This upper bound will be wrong whenever we are using a development version of Cabal in-tree, so let's just add an allow-newer here - - - - - 1 changed file: - cabal.project-reinstall Changes: ===================================== cabal.project-reinstall ===================================== @@ -68,6 +68,11 @@ constraints: ghc +internal-interpreter +dynamic-system-linke, any.pretty installed, any.template-haskell installed +allow-newer: + ghc-paths:Cabal + , ghc-paths:unix + , ghc-paths:time + benchmarks: False tests: False View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/ea4dd944c459237260a0131e697ad063... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/ea4dd944c459237260a0131e697ad063... You're receiving this email because of your account on gitlab.haskell.org.