[Git][ghc/ghc][wip/T25282] Deleted 1 commit: cabal.project-reinstall: allow newer ghc-paths:Cabal

Teo Camarasu pushed to branch wip/T25282 at Glasgow Haskell Compiler / GHC WARNING: The push did not contain any new commits, but force pushed to delete the commits and changes below. Deleted commits: a584acd3 by Teo Camarasu at 2025-06-23T12:35:52+01:00 cabal.project-reinstall: allow newer ghc-paths:Cabal 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,9 @@ constraints: ghc +internal-interpreter +dynamic-system-linke, any.pretty installed, any.template-haskell installed +allow-newer: + ghc-paths:Cabal + benchmarks: False tests: False View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/a584acd3a46940cf19421670913ee0fb... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/a584acd3a46940cf19421670913ee0fb... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Teo Camarasu (@teo)