Wolfgang Jeltsch pushed to branch wip/jeltsch/stability-risk-1-and-2-module-deprecation at Glasgow Haskell Compiler / GHC Commits: c9b0d1d1 by Wolfgang Jeltsch at 2026-01-29T11:11:29+02:00 Amend error output of `distinct_tables{11,12,13}` - - - - - 3 changed files: - testsuite/tests/rts/ipe/distinct-tables/distinct_tables11.stderr - testsuite/tests/rts/ipe/distinct-tables/distinct_tables12.stderr - testsuite/tests/rts/ipe/distinct-tables/distinct_tables13.stderr Changes: ===================================== testsuite/tests/rts/ipe/distinct-tables/distinct_tables11.stderr ===================================== @@ -1,3 +1,7 @@ Main.hs:3:1: warning: [GHC-15328] [-Wdeprecations (in -Wextended-warnings)] Module ‘GHC.InfoProv’ is deprecated: "GHC.InfoProv is deprecated and will be removed in GHC 10.02. Please use the ghc-internal package." + +Main.hs:3:1: warning: [GHC-15328] [-Wdeprecations (in -Wextended-warnings)] + Module ‘GHC.InfoProv’ is deprecated: + "GHC.InfoProv is deprecated and will be removed in GHC 10.02. Please use the ghc-internal package." ===================================== testsuite/tests/rts/ipe/distinct-tables/distinct_tables12.stderr ===================================== @@ -1,3 +1,7 @@ Main.hs:3:1: warning: [GHC-15328] [-Wdeprecations (in -Wextended-warnings)] Module ‘GHC.InfoProv’ is deprecated: "GHC.InfoProv is deprecated and will be removed in GHC 10.02. Please use the ghc-internal package." + +Main.hs:3:1: warning: [GHC-15328] [-Wdeprecations (in -Wextended-warnings)] + Module ‘GHC.InfoProv’ is deprecated: + "GHC.InfoProv is deprecated and will be removed in GHC 10.02. Please use the ghc-internal package." ===================================== testsuite/tests/rts/ipe/distinct-tables/distinct_tables13.stderr ===================================== @@ -1,3 +1,7 @@ Main.hs:3:1: warning: [GHC-15328] [-Wdeprecations (in -Wextended-warnings)] Module ‘GHC.InfoProv’ is deprecated: "GHC.InfoProv is deprecated and will be removed in GHC 10.02. Please use the ghc-internal package." + +Main.hs:3:1: warning: [GHC-15328] [-Wdeprecations (in -Wextended-warnings)] + Module ‘GHC.InfoProv’ is deprecated: + "GHC.InfoProv is deprecated and will be removed in GHC 10.02. Please use the ghc-internal package." View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/c9b0d1d140d81d7874dc8776d284ec28... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/c9b0d1d140d81d7874dc8776d284ec28... You're receiving this email because of your account on gitlab.haskell.org.