Skip to content

Commit

Permalink
CI: don't allow-newer for GHC 9.10 (#10194)
Browse files Browse the repository at this point in the history
* CI: don't allow-newer for GHC 9.10

* allow-newer base for rere

* buildinfo-reference-generator: bump base bound

* cabal-testsuite: bump base bound

(cherry picked from commit cb34d2a)
  • Loading branch information
ulysses4ever authored and mergify[bot] committed Jul 14, 2024
1 parent 85fcabe commit e66ee8a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ executable buildinfo-reference-generator
ghc-options: -Wall
main-is: Main.hs
build-depends:
, base >=4.11 && <4.20
, base >=4.11 && <4.21
, Cabal
, Cabal-described
, containers
Expand Down
2 changes: 1 addition & 1 deletion cabal-testsuite/cabal-testsuite.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ common shared
default-language: Haskell2010

build-depends:
, base >= 4.11 && < 4.20
, base >= 4.11 && < 4.21
-- this needs to match the in-tree lib:Cabal version
, Cabal ^>= 3.12.1.0
, Cabal-syntax ^>= 3.12.1.0
Expand Down
4 changes: 3 additions & 1 deletion project-cabal/ghc-latest.config
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@
-- - cabal.validate.project (Cabal CI),
-- Commented out below are the usual suspects. Feel free to add more.

-- NOTE: don't forget to update the compiler version in the conditional
-- NOTE: don't forget to update the compiler version in the conditionals
-- when upgrading to a newer GHC
if impl(ghc >= 9.10.0)
allow-newer: rere:base
if impl(ghc >= 9.12.0)
allow-newer:
--windns:*, rere:*, tree-diff:*, uuid-types:*, these:*, hashable:*, assoc:*, semialign:*, indexed-traversable-instances:*, indexed-traversable:*, OneTuple:*, scientific:*, time-compat:*, text-short:*, integer-conversion:*, generically:*, data-fix:*, binary:*
-- Artem, 2024-04-21: I started and then gave up...
Expand Down

0 comments on commit e66ee8a

Please sign in to comment.