From 1228d3a4a08d30eaf0138a52d1be25b38339ef0b Mon Sep 17 00:00:00 2001
From: Ben Gamari <ben@smart-cactus.org>
Date: Fri, 30 Jun 2023 15:41:59 -0400
Subject: [PATCH] Bump deepseq bound to allow 1.5

---
 compiler/ghc.cabal.in                | 2 +-
 ghc/ghc-bin.cabal.in                 | 2 +-
 libraries/Cabal                      | 2 +-
 libraries/containers                 | 2 +-
 libraries/deepseq                    | 2 +-
 libraries/ghc-boot/ghc-boot.cabal.in | 2 +-
 libraries/ghci/ghci.cabal.in         | 2 +-
 libraries/hpc                        | 2 +-
 libraries/process                    | 2 +-
 libraries/text                       | 2 +-
 utils/hpc                            | 2 +-
 utils/iserv/iserv.cabal.in           | 2 +-
 12 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in
index 3483effe3ab..b730ff465dc 100644
--- a/compiler/ghc.cabal.in
+++ b/compiler/ghc.cabal.in
@@ -95,7 +95,7 @@ Library
       CPP-Options: -DHAVE_LIBZSTD
 
     Build-Depends: base       >= 4.11 && < 4.19,
-                   deepseq    >= 1.4 && < 1.5,
+                   deepseq    >= 1.4 && < 1.6,
                    directory  >= 1   && < 1.4,
                    process    >= 1   && < 1.7,
                    bytestring >= 0.9 && < 0.12,
diff --git a/ghc/ghc-bin.cabal.in b/ghc/ghc-bin.cabal.in
index 9e97beabf4a..e9c88e07867 100644
--- a/ghc/ghc-bin.cabal.in
+++ b/ghc/ghc-bin.cabal.in
@@ -56,7 +56,7 @@ Executable ghc
     if flag(internal-interpreter)
         -- NB: this is never built by the bootstrapping GHC+libraries
         Build-depends:
-            deepseq        == 1.4.*,
+            deepseq        >= 1.4 && < 1.6,
             ghc-prim       >= 0.5.0 && < 0.11,
             ghci           == @ProjectVersionMunged@,
             haskeline      == 0.8.*,
diff --git a/libraries/Cabal b/libraries/Cabal
index e71f6f263aa..75e340ceb9b 160000
--- a/libraries/Cabal
+++ b/libraries/Cabal
@@ -1 +1 @@
-Subproject commit e71f6f263aa4d7ce7a145eb5ac417f2f580f2288
+Subproject commit 75e340ceb9beaea9dfc4347684519b0ca3d6a8f8
diff --git a/libraries/containers b/libraries/containers
index 9f4a93604c6..f61b0c9104a 160000
--- a/libraries/containers
+++ b/libraries/containers
@@ -1 +1 @@
-Subproject commit 9f4a93604c66a5e605ce46fc30003b71802b3cfd
+Subproject commit f61b0c9104a3c436361f56a0974c5eeef40c1b89
diff --git a/libraries/deepseq b/libraries/deepseq
index 0bfe57809f8..eb1eff5236d 160000
--- a/libraries/deepseq
+++ b/libraries/deepseq
@@ -1 +1 @@
-Subproject commit 0bfe57809f8ecaf1921b82a6791d1ecc317d1998
+Subproject commit eb1eff5236d2a38e10f49e12301daa52ad20915b
diff --git a/libraries/ghc-boot/ghc-boot.cabal.in b/libraries/ghc-boot/ghc-boot.cabal.in
index 990f7d3adf7..6a9c945cae5 100644
--- a/libraries/ghc-boot/ghc-boot.cabal.in
+++ b/libraries/ghc-boot/ghc-boot.cabal.in
@@ -76,7 +76,7 @@ Library
                    containers >= 0.5 && < 0.7,
                    directory  >= 1.2 && < 1.4,
                    filepath   >= 1.3 && < 1.5,
-                   deepseq    >= 1.4 && < 1.5,
+                   deepseq    >= 1.4 && < 1.6,
                    ghc-boot-th == @ProjectVersionMunged@
     if !os(windows)
         build-depends:
diff --git a/libraries/ghci/ghci.cabal.in b/libraries/ghci/ghci.cabal.in
index ce7dc10a3e6..5d8538751af 100644
--- a/libraries/ghci/ghci.cabal.in
+++ b/libraries/ghci/ghci.cabal.in
@@ -80,7 +80,7 @@ library
         binary           == 0.8.*,
         bytestring       >= 0.10 && < 0.12,
         containers       >= 0.5 && < 0.7,
-        deepseq          == 1.4.*,
+        deepseq          >= 1.4 && < 1.6,
         filepath         == 1.4.*,
         ghc-boot         == @ProjectVersionMunged@,
         ghc-heap         == @ProjectVersionMunged@,
diff --git a/libraries/hpc b/libraries/hpc
index efd38260859..50d520bf600 160000
--- a/libraries/hpc
+++ b/libraries/hpc
@@ -1 +1 @@
-Subproject commit efd3826085953f618a1626b6c701c0314ba8b9bc
+Subproject commit 50d520bf6002ab55032e233dced0556ad63ad0c0
diff --git a/libraries/process b/libraries/process
index 6092a13f6bf..4fb076dc1f8 160000
--- a/libraries/process
+++ b/libraries/process
@@ -1 +1 @@
-Subproject commit 6092a13f6bf2ef76105683c7f9e278c0dcadceec
+Subproject commit 4fb076dc1f8fe5ccc6dfab041bd5e621aa9e8e2c
diff --git a/libraries/text b/libraries/text
index e815d4d9bc3..deaaef6216d 160000
--- a/libraries/text
+++ b/libraries/text
@@ -1 +1 @@
-Subproject commit e815d4d9bc362f4a3a36a850931fd3504eda967e
+Subproject commit deaaef6216d3df524f8b998c54b317478094473c
diff --git a/utils/hpc b/utils/hpc
index b376045cb3f..eb800fe7640 160000
--- a/utils/hpc
+++ b/utils/hpc
@@ -1 +1 @@
-Subproject commit b376045cb3f3d28815ca29d9c07df2e843cec1c3
+Subproject commit eb800fe76409f54660335496592f777ae215ff92
diff --git a/utils/iserv/iserv.cabal.in b/utils/iserv/iserv.cabal.in
index 2460963d8cf..f14137d0054 100644
--- a/utils/iserv/iserv.cabal.in
+++ b/utils/iserv/iserv.cabal.in
@@ -35,7 +35,7 @@ Executable iserv
                    binary     >= 0.7 && < 0.11,
                    bytestring >= 0.10 && < 0.12,
                    containers >= 0.5 && < 0.7,
-                   deepseq    >= 1.4 && < 1.5,
+                   deepseq    >= 1.4 && < 1.6,
                    ghci       == @ProjectVersionMunged@
 
     if os(windows)
-- 
GitLab