[Git][ghc/ghc][master] Correct `@since` metadata in HpcFlags
Marge Bot (@marge-bot)
gitlab at gitlab.haskell.org
Thu May 2 02:46:24 UTC 2024
Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC
Commits:
92134789 by Hécate Moonlight at 2024-05-01T22:45:42-04:00
Correct `@since` metadata in HpcFlags
It was introduced in base-4.20, not 4.22.
Fix #24721
- - - - -
1 changed file:
- libraries/ghc-internal/src/GHC/Internal/RTS/Flags.hsc
Changes:
=====================================
libraries/ghc-internal/src/GHC/Internal/RTS/Flags.hsc
=====================================
@@ -380,14 +380,14 @@ data ParFlags = ParFlags
-- | Parameters pertaining to Haskell program coverage (HPC)
--
--- @since base-4.22.0.0
+-- @since base-4.20.0.0
data HpcFlags = HpcFlags
{ writeTixFile :: Bool
-- ^ Controls whether the @<program>.tix@ file should be
-- written after the execution of the program.
}
- deriving (Show -- ^ @since base-4.22.0.0
- , Generic -- ^ @since base-4.22.0.0
+ deriving (Show -- ^ @since base-4.20.0.0
+ , Generic -- ^ @since base-4.20.0.0
)
-- | Parameters of the runtime system
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/9213478931b18402998c18f5c4e6f0ee09054b18
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/9213478931b18402998c18f5c4e6f0ee09054b18
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/20240501/586e3446/attachment.html>
More information about the ghc-commits
mailing list