Skip to content
Snippets Groups Projects
Unverified Commit cb34d2af authored by Artem Pelenitsyn's avatar Artem Pelenitsyn Committed by GitHub
Browse files

CI: don't allow-newer for GHC 9.10 (#10194)

* 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
parent 2fbfd55b
No related branches found
No related tags found
No related merge requests found
Pipeline #98137 passed
......@@ -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
......
......@@ -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.13.0.0
......
......@@ -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...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment