[Git][ghc/ghc][ghc-9.8] Deleted 1 commit: Bump deepseq bound to allow 1.5

Ben Gamari (@bgamari) gitlab at gitlab.haskell.org
Fri Jul 7 00:11:55 UTC 2023



Ben Gamari pushed to branch ghc-9.8 at Glasgow Haskell Compiler / GHC


WARNING: The push did not contain any new commits, but force pushed to delete the commits and changes below.


Deleted commits:
afbdcbb7 by Ben Gamari at 2023-07-01T17:47:10-04:00
Bump deepseq bound to allow 1.5

- - - - -


12 changed files:

- compiler/ghc.cabal.in
- ghc/ghc-bin.cabal.in
- libraries/Cabal
- libraries/containers
- libraries/deepseq
- libraries/ghc-boot/ghc-boot.cabal.in
- libraries/ghci/ghci.cabal.in
- libraries/hpc
- libraries/process
- libraries/text
- utils/hpc
- utils/iserv/iserv.cabal.in


Changes:

=====================================
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,


=====================================
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.*,


=====================================
libraries/Cabal
=====================================
@@ -1 +1 @@
-Subproject commit e71f6f263aa4d7ce7a145eb5ac417f2f580f2288
+Subproject commit 75e340ceb9beaea9dfc4347684519b0ca3d6a8f8


=====================================
libraries/containers
=====================================
@@ -1 +1 @@
-Subproject commit 9f4a93604c66a5e605ce46fc30003b71802b3cfd
+Subproject commit 8663795322622ac77cc78566185bffbc84e299f2


=====================================
libraries/deepseq
=====================================
@@ -1 +1 @@
-Subproject commit 0bfe57809f8ecaf1921b82a6791d1ecc317d1998
+Subproject commit eb1eff5236d2a38e10f49e12301daa52ad20915b


=====================================
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:


=====================================
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@,


=====================================
libraries/hpc
=====================================
@@ -1 +1 @@
-Subproject commit efd3826085953f618a1626b6c701c0314ba8b9bc
+Subproject commit 50d520bf6002ab55032e233dced0556ad63ad0c0


=====================================
libraries/process
=====================================
@@ -1 +1 @@
-Subproject commit 6092a13f6bf2ef76105683c7f9e278c0dcadceec
+Subproject commit 4fb076dc1f8fe5ccc6dfab041bd5e621aa9e8e2c


=====================================
libraries/text
=====================================
@@ -1 +1 @@
-Subproject commit e815d4d9bc362f4a3a36a850931fd3504eda967e
+Subproject commit deaaef6216d3df524f8b998c54b317478094473c


=====================================
utils/hpc
=====================================
@@ -1 +1 @@
-Subproject commit b376045cb3f3d28815ca29d9c07df2e843cec1c3
+Subproject commit eb800fe76409f54660335496592f777ae215ff92


=====================================
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)



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/afbdcbb75e2a6204f7266776617f89d65c3e9de1

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/afbdcbb75e2a6204f7266776617f89d65c3e9de1
You're receiving this email because of your account on gitlab.haskell.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20230706/437333e3/attachment-0001.html>


More information about the ghc-commits mailing list