[Git][ghc/ghc][wip/bump-boot-libraries] 2 commits: Bump unix submodule to 2.8.0.0
Cheng Shao (@TerrorJack)
gitlab at gitlab.haskell.org
Wed Nov 2 12:01:36 UTC 2022
Cheng Shao pushed to branch wip/bump-boot-libraries at Glasgow Haskell Compiler / GHC
Commits:
75eeb64c by Matthew Pickering at 2022-11-02T12:01:14+00:00
Bump unix submodule to 2.8.0.0
Also bumps process and ghc-boot bounds on unix.
- - - - -
76c14a18 by Matthew Pickering at 2022-11-02T12:01:22+00:00
Bump Win32 submodule to 2.13.4.0
Fixes #22098
- - - - -
7 changed files:
- compiler/ghc.cabal.in
- ghc/ghc-bin.cabal.in
- libraries/Win32
- libraries/base/tests/T7773.hs
- libraries/ghc-boot/ghc-boot.cabal.in
- libraries/process
- libraries/unix
Changes:
=====================================
compiler/ghc.cabal.in
=====================================
@@ -96,7 +96,7 @@ Library
ghci == @ProjectVersionMunged@
if os(windows)
- Build-Depends: Win32 >= 2.3 && < 2.13
+ Build-Depends: Win32 >= 2.3 && < 2.14
else
if flag(terminfo)
Build-Depends: terminfo == 0.4.*
=====================================
ghc/ghc-bin.cabal.in
=====================================
@@ -43,7 +43,7 @@ Executable ghc
ghc == @ProjectVersionMunged@
if os(windows)
- Build-Depends: Win32 >= 2.3 && < 2.13
+ Build-Depends: Win32 >= 2.3 && < 2.14
else
Build-Depends: unix >= 2.7 && < 2.9
=====================================
libraries/Win32
=====================================
@@ -1 +1 @@
-Subproject commit e6c0c0f44f6dfc2f8255fc4a5017f4ab67cd0242
+Subproject commit 931497f7052f63cb5cfd4494a94e572c5c570642
=====================================
libraries/base/tests/T7773.hs
=====================================
@@ -3,7 +3,6 @@ import System.Posix.IO
main = do
putStrLn "hello"
- fd <- openFd "/dev/random" ReadOnly Nothing defaultFileFlags
+ fd <- openFd "/dev/random" ReadOnly defaultFileFlags
threadWaitRead fd
putStrLn "goodbye"
-
=====================================
libraries/ghc-boot/ghc-boot.cabal.in
=====================================
@@ -80,4 +80,4 @@ Library
ghc-boot-th == @ProjectVersionMunged@
if !os(windows)
build-depends:
- unix >= 2.7 && < 2.8
+ unix >= 2.7 && < 2.9
=====================================
libraries/process
=====================================
@@ -1 +1 @@
-Subproject commit 2ac3ff366631a36d84101000045abbefa4415b15
+Subproject commit 25613c7d01f6fe5ee2f75fd39db898942cbfb404
=====================================
libraries/unix
=====================================
@@ -1 +1 @@
-Subproject commit 2a6079a2b76adf29d3e3ff213dffe66cabcb76c3
+Subproject commit 3be0223cee7395410915a127eba3acae5ff0b2f2
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/7a41ceaaf80d3a452d63aadfc3ef9c430f163dee...76c14a18f3638c4894af759583e5da9b1e962425
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/7a41ceaaf80d3a452d63aadfc3ef9c430f163dee...76c14a18f3638c4894af759583e5da9b1e962425
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/20221102/575985a1/attachment-0001.html>
More information about the ghc-commits
mailing list