[Git][ghc/ghc][master] System.Info.fullCompilerVersion: add 'since' annot
Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC Commits: fc8b8e27 by sheaf at 2026-03-06T06:33:28-05:00 System.Info.fullCompilerVersion: add 'since' annot Fixes #26973 - - - - - 1 changed file: - libraries/base/src/System/Info.hs Changes: ===================================== libraries/base/src/System/Info.hs ===================================== @@ -42,6 +42,8 @@ compilerVersion = Version [major, minor] [] -- | The full version of 'compilerName' with which the program was compiled -- or is being interpreted. It includes the major, minor, revision and an additional -- identifier, generally in the form "<year><month><day>". +-- +-- @since 4.15.0.0 fullCompilerVersion :: Version fullCompilerVersion = Version version [] where View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/fc8b8e27398b4d9d901fb65d15a7d8b2... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/fc8b8e27398b4d9d901fb65d15a7d8b2... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Marge Bot (@marge-bot)