[Git][ghc/ghc][wip/romes/25013] ghc-boot: Relax Cabal bound

Rodrigo Mesquita (@alt-romes) gitlab at gitlab.haskell.org
Wed Jul 3 08:31:57 UTC 2024



Rodrigo Mesquita pushed to branch wip/romes/25013 at Glasgow Haskell Compiler / GHC


Commits:
4450f81d by Rodrigo Mesquita at 2024-07-03T09:31:43+01: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/4450f81dc5a713afb01856f064b3b4feb0c372c8

-- 
This project does not include diff previews in email notifications.
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/4450f81dc5a713afb01856f064b3b4feb0c372c8
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/20240703/bfe63a67/attachment-0001.html>


More information about the ghc-commits mailing list