Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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