diff --git a/compiler/GHC/Utils/Logger.hs b/compiler/GHC/Utils/Logger.hs index f6db1880e195f0d1524fd96694c8db65d8b7f649..97753fe850f63d8fbb4dc8e77b449bd3c9ec45d5 100644 --- a/compiler/GHC/Utils/Logger.hs +++ b/compiler/GHC/Utils/Logger.hs @@ -463,7 +463,7 @@ defaultLogActionHPutStrDoc logflags asciiSpace h d -- -fdiagnostics-as-json. For temporary backwards compatibility while -- -ddump-json is being deprecated, `jsonLogAction` has been added in, but -- it should be removed along with -ddump-json. Similarly, the guard in --- `defaultLogAction` should be removed. +-- `defaultLogAction` should be removed. This cleanup is tracked in #24113. -- | Default action for 'dumpAction' hook defaultDumpAction :: DumpCache -> LogAction -> DumpAction