[Git][ghc/ghc][wip/ghc-9.12-alpha3] 6 commits: Bump file-io submodule to 0.1.4
Zubin (@wz1000)
gitlab at gitlab.haskell.org
Thu Nov 14 14:27:05 UTC 2024
Zubin pushed to branch wip/ghc-9.12-alpha3 at Glasgow Haskell Compiler / GHC
Commits:
ba786681 by Zubin Duggal at 2024-11-14T19:56:41+05:30
Bump file-io submodule to 0.1.4
- - - - -
3a7ffdbb by Zubin Duggal at 2024-11-14T19:56:41+05:30
bump os-string submodule to 2.0.6
- - - - -
53b46fd4 by Zubin Duggal at 2024-11-14T19:56:41+05:30
bump transformers submodule to 0.6.1.2
- - - - -
27dc2664 by Zubin Duggal at 2024-11-14T19:56:41+05:30
Bump directory submodule to v1.3.9.0
- - - - -
80df8808 by Zubin Duggal at 2024-11-14T19:56:41+05:30
Bump Win32 submodule to v2.14.1.0
- - - - -
29bfae2c by Zubin Duggal at 2024-11-14T19:56:41+05:30
Bump filepath submodule to 1.5.3.0
- - - - -
7 changed files:
- hadrian/src/Settings/Warnings.hs
- libraries/Win32
- libraries/directory
- libraries/file-io
- libraries/filepath
- libraries/os-string
- libraries/transformers
Changes:
=====================================
hadrian/src/Settings/Warnings.hs
=====================================
@@ -47,6 +47,7 @@ ghcWarningsArgs = do
, package directory ? pure [ "-Wno-unused-imports"
, "-Wno-deprecations" -- https://gitlab.haskell.org/ghc/ghc/-/issues/24240
]
+ , package fileio ? pure [ "-Wno-unused-imports" ] -- https://github.com/haskell/file-io/issues/30
, package ghc ? pure [ "-Wcpp-undef"
, "-Wincomplete-uni-patterns"
, "-Wincomplete-record-updates"
=====================================
libraries/Win32
=====================================
@@ -1 +1 @@
-Subproject commit 350ebd43f9a8d9e1ca767b0000f95bdfb42a5471
+Subproject commit 027cbcf0de25d681823ea92fb545a2604c3a6a8b
=====================================
libraries/directory
=====================================
@@ -1 +1 @@
-Subproject commit 0c88ffff883d33df96b50879d1983a67e9dfeb81
+Subproject commit 005fa061171a55d35ce8dfe936cf3703525a8616
=====================================
libraries/file-io
=====================================
@@ -1 +1 @@
-Subproject commit a4a0464ccd38e8380c202949a90b21d9e592aeef
+Subproject commit f0b7bf70160c447a7960945b5316db9f8f299eb7
=====================================
libraries/filepath
=====================================
@@ -1 +1 @@
-Subproject commit bf2374ddfd7b2e5ba4e69d5ffbf4ebf6286c9c22
+Subproject commit a9c3f18976b643cf698e60fed4fdfb869df3eef3
=====================================
libraries/os-string
=====================================
@@ -1 +1 @@
-Subproject commit 1d0553e20499d4bbaefe30d0489a08bc3523d331
+Subproject commit 2cb0a50fa6fe9ed775e59b58f6c304b00ec6cf84
=====================================
libraries/transformers
=====================================
@@ -1 +1 @@
-Subproject commit ba3503905dec072acc6515323c884706efd4dbb4
+Subproject commit cee47cca7705edafe0a5839439e679edbd61890a
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/85a1cb1e200c431f60d6a88901d3544392756b6b...29bfae2c58a7303a081a6e7956b9f55e5faf3eeb
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/85a1cb1e200c431f60d6a88901d3544392756b6b...29bfae2c58a7303a081a6e7956b9f55e5faf3eeb
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/20241114/391c2179/attachment-0001.html>
More information about the ghc-commits
mailing list