[Git][ghc/ghc][master] ghc-boot: Relax Cabal bound
Marge Bot (@marge-bot)
gitlab at gitlab.haskell.org
Tue Jul 9 10:17:30 UTC 2024
Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC
Commits:
ed8a8f0b by Rodrigo Mesquita at 2024-07-09T06:16:51-04:00
ghc-boot: Relax Cabal bound
Fixes #25013
- - - - -
1 changed file:
- libraries/ghc-boot/ghc-boot.cabal.in
Changes:
=====================================
libraries/ghc-boot/ghc-boot.cabal.in
=====================================
@@ -28,7 +28,7 @@ build-type: Custom
extra-source-files: changelog.md
custom-setup
- setup-depends: base >= 3 && < 5, Cabal >= 1.6 && <3.10, directory, filepath
+ setup-depends: base >= 3 && < 5, Cabal >= 1.6 && <3.14, directory, filepath
source-repository head
type: git
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/ed8a8f0bf0cc866ca309ca07f996d85522c9c20e
--
This project does not include diff previews in email notifications.
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/ed8a8f0bf0cc866ca309ca07f996d85522c9c20e
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/20240709/b0da8e74/attachment.html>
More information about the ghc-commits
mailing list