[Git][ghc/ghc][wip/ghc-9.12-rc1] 3 commits: Bump os-string submodule to 2.0.8
Zubin (@wz1000)
gitlab at gitlab.haskell.org
Tue Nov 26 12:31:00 UTC 2024
Zubin pushed to branch wip/ghc-9.12-rc1 at Glasgow Haskell Compiler / GHC
Commits:
0121b76f by Zubin Duggal at 2024-11-26T18:00:38+05:30
Bump os-string submodule to 2.0.8
- - - - -
962ceb50 by Zubin Duggal at 2024-11-26T18:00:38+05:30
Bump file-io submodule to avoid usage of QuasiQuotes
- - - - -
7bc6877f by Zubin Duggal at 2024-11-26T18:00:38+05:30
Bump filepath submodule to 1.5.4.0
- - - - -
4 changed files:
- hadrian/src/Settings/Warnings.hs
- libraries/file-io
- libraries/filepath
- libraries/os-string
Changes:
=====================================
hadrian/src/Settings/Warnings.hs
=====================================
@@ -72,7 +72,7 @@ ghcWarningsArgs = do
, "-Wno-unused-imports" ]
, package terminfo ? pure [ "-Wno-unused-imports", "-Wno-deriving-typeable" ]
, package stm ? pure [ "-Wno-deriving-typeable" ]
- , package osString ? pure [ "-Wno-deriving-typeable" ]
+ , package osString ? pure [ "-Wno-deriving-typeable", "-Wno-unused-imports" ]
, package parsec ? pure [ "-Wno-deriving-typeable" ]
, package cabal ? pure [ "-Wno-deriving-typeable" ]
, package cabalSyntax ? pure [ "-Wno-deriving-typeable" ]
=====================================
libraries/file-io
=====================================
@@ -1 +1 @@
-Subproject commit a5d9e1cad53736e0f95a7a1dce53637eef30eda0
+Subproject commit 9cf6e1514186e48bed0ea45480348b7babc15b47
=====================================
libraries/filepath
=====================================
@@ -1 +1 @@
-Subproject commit a9c3f18976b643cf698e60fed4fdfb869df3eef3
+Subproject commit 65b0f8f31aac4a306135e27734988327f8eb1e6f
=====================================
libraries/os-string
=====================================
@@ -1 +1 @@
-Subproject commit 2cb0a50fa6fe9ed775e59b58f6c304b00ec6cf84
+Subproject commit 4b5efedcd2da9314edda80d973a44e67020370db
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/2006f7db971a29a5c5b2110bc177c42a1cb09efa...7bc6877fd5d41c6d5900678ad5e73ed30f366569
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/2006f7db971a29a5c5b2110bc177c42a1cb09efa...7bc6877fd5d41c6d5900678ad5e73ed30f366569
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/20241126/cbce4421/attachment-0001.html>
More information about the ghc-commits
mailing list