From cd9ee55f5c0566eb8e2e81add50eaded0655e634 Mon Sep 17 00:00:00 2001
From: Ryan Scott <ryan.gl.scott@gmail.com>
Date: Thu, 16 May 2024 07:37:35 -0400
Subject: [PATCH] CI: Mark ghc-boot{,-th} as allow-newer

---
 ci/MakeConstraints.hs | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/ci/MakeConstraints.hs b/ci/MakeConstraints.hs
index e6b40dfe..0e049b8e 100644
--- a/ci/MakeConstraints.hs
+++ b/ci/MakeConstraints.hs
@@ -47,7 +47,9 @@ allowNewerPkgs = S.fromList
   , "Cabal"
   , "containers"
   , "deepseq"
-  , "text" ] `S.union` bootPkgs
+  , "text"
+  , "ghc-boot"
+  , "ghc-boot-th" ] `S.union` bootPkgs
 
 constraints :: [String] -> Doc
 constraints constraints =
-- 
GitLab