Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC
Commits:
-
fc8b8e27
by sheaf at 2026-03-06T06:33:28-05:00
1 changed file:
Changes:
| ... | ... | @@ -42,6 +42,8 @@ compilerVersion = Version [major, minor] [] |
| 42 | 42 | -- | The full version of 'compilerName' with which the program was compiled
|
| 43 | 43 | -- or is being interpreted. It includes the major, minor, revision and an additional
|
| 44 | 44 | -- identifier, generally in the form "<year><month><day>".
|
| 45 | +--
|
|
| 46 | +-- @since 4.15.0.0
|
|
| 45 | 47 | fullCompilerVersion :: Version
|
| 46 | 48 | fullCompilerVersion = Version version []
|
| 47 | 49 | where
|