Wolfgang Jeltsch pushed to branch wip/jeltsch/stability-risk-3-module-deprecation at Glasgow Haskell Compiler / GHC Commits: 6911b44c by Wolfgang Jeltsch at 2026-01-28T16:24:02+02:00 Remove square brackets around deprecation warnings - - - - - 8 changed files: - libraries/base/src/GHC/Event/TimeOut.hs - libraries/base/src/GHC/Float/RealFracMethods.hs - libraries/base/src/GHC/GHCi.hs - libraries/base/src/GHC/GHCi/Helpers.hs - libraries/base/src/GHC/IO/Handle/Internals.hs - libraries/base/src/GHC/IO/Handle/Types.hs - libraries/base/src/GHC/IO/SubSystem.hs - libraries/base/src/System/Posix/Internals.hs Changes: ===================================== libraries/base/src/GHC/Event/TimeOut.hs ===================================== @@ -21,7 +21,7 @@ #endif module GHC.Event.TimeOut - {-# DEPRECATED ["GHC.Event.TimeOut is deprecated and will be removed in GHC 10.02. See https://github.com/well-typed/reinstallable-base/tree/main/hackage-uses-of-i... for context."] #-} + {-# DEPRECATED "GHC.Event.TimeOut is deprecated and will be removed in GHC 10.02. See https://github.com/well-typed/reinstallable-base/tree/main/hackage-uses-of-i... for context." #-} ( TimeoutQueue , TimeoutCallback , TimeoutEdit ===================================== libraries/base/src/GHC/Float/RealFracMethods.hs ===================================== @@ -29,7 +29,7 @@ #endif module GHC.Float.RealFracMethods - {-# DEPRECATED ["GHC.Float.RealFracMethods is deprecated and will be removed in GHC 10.02. See https://github.com/well-typed/reinstallable-base/tree/main/hackage-uses-of-i... for context."] #-} + {-# DEPRECATED "GHC.Float.RealFracMethods is deprecated and will be removed in GHC 10.02. See https://github.com/well-typed/reinstallable-base/tree/main/hackage-uses-of-i... for context." #-} (-- * Double methods -- ** Integer results properFractionDoubleInteger, ===================================== libraries/base/src/GHC/GHCi.hs ===================================== @@ -27,7 +27,7 @@ #endif module GHC.GHCi - {-# DEPRECATED ["GHC.GHCi is deprecated and will be removed in GHC 10.02. See https://github.com/well-typed/reinstallable-base/tree/main/hackage-uses-of-i... for context."] #-} + {-# DEPRECATED "GHC.GHCi is deprecated and will be removed in GHC 10.02. See https://github.com/well-typed/reinstallable-base/tree/main/hackage-uses-of-i... for context." #-} (GHCiSandboxIO(..), NoIO() ) where ===================================== libraries/base/src/GHC/GHCi/Helpers.hs ===================================== @@ -25,7 +25,7 @@ #endif module GHC.GHCi.Helpers - {-# DEPRECATED ["GHC.GHCi.Helpers is deprecated and will be removed in GHC 10.02. See https://github.com/well-typed/reinstallable-base/tree/main/hackage-uses-of-i... for context."] #-} + {-# DEPRECATED "GHC.GHCi.Helpers is deprecated and will be removed in GHC 10.02. See https://github.com/well-typed/reinstallable-base/tree/main/hackage-uses-of-i... for context." #-} (disableBuffering, flushAll, evalWrapper ===================================== libraries/base/src/GHC/IO/Handle/Internals.hs ===================================== @@ -28,7 +28,7 @@ #endif module GHC.IO.Handle.Internals - {-# DEPRECATED ["GHC.IO.Handle.Internals is deprecated and will be removed in GHC 10.02. See https://github.com/well-typed/reinstallable-base/tree/main/hackage-uses-of-i... for context."] #-} + {-# DEPRECATED "GHC.IO.Handle.Internals is deprecated and will be removed in GHC 10.02. See https://github.com/well-typed/reinstallable-base/tree/main/hackage-uses-of-i... for context." #-} (withHandle, withHandle', withHandle_, ===================================== libraries/base/src/GHC/IO/Handle/Types.hs ===================================== @@ -25,7 +25,7 @@ #endif module GHC.IO.Handle.Types ( - {-# DEPRECATED ["GHC.IO.Handle.Types is deprecated and will be removed in GHC 10.02. See https://github.com/well-typed/reinstallable-base/tree/main/hackage-uses-of-i... for context."] #-} + {-# DEPRECATED "GHC.IO.Handle.Types is deprecated and will be removed in GHC 10.02. See https://github.com/well-typed/reinstallable-base/tree/main/hackage-uses-of-i... for context." #-} Handle(..), Handle__(..), showHandle, checkHandleInvariants, BufferList(..), ===================================== libraries/base/src/GHC/IO/SubSystem.hs ===================================== @@ -26,7 +26,7 @@ #endif module GHC.IO.SubSystem - {-# DEPRECATED ["GHC.IO.SubSystem is deprecated and will be removed in GHC 10.02. See https://github.com/well-typed/reinstallable-base/tree/main/hackage-uses-of-i... for context."] #-} + {-# DEPRECATED "GHC.IO.SubSystem is deprecated and will be removed in GHC 10.02. See https://github.com/well-typed/reinstallable-base/tree/main/hackage-uses-of-i... for context." #-} (withIoSubSystem, withIoSubSystem', whenIoSubSystem, ===================================== libraries/base/src/System/Posix/Internals.hs ===================================== @@ -30,7 +30,7 @@ #endif module System.Posix.Internals - {-# DEPRECATED ["System.Posix.Internals is deprecated and will be removed in GHC 10.02. See https://github.com/well-typed/reinstallable-base/tree/main/hackage-uses-of-i... for context."] #-} + {-# DEPRECATED "System.Posix.Internals is deprecated and will be removed in GHC 10.02. See https://github.com/well-typed/reinstallable-base/tree/main/hackage-uses-of-i... for context." #-} ( module GHC.Internal.System.Posix.Internals -- TODO: deprecate ) where View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/6911b44c737908d282c014facd408309... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/6911b44c737908d282c014facd408309... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Wolfgang Jeltsch (@jeltsch)