Skip to content

Add the __GLASGOW_HASKELL_FULL_VERSION__ CPP macro to expose the full GHC version

This merge request comes from the need to expose the full GHC version to our end-users. This CPP Macro is intended to be used in places where __GLASGOW_HASKELL__ is not sufficient, like System.Info.

The format is the following: major.minor.revision.<optional date>

such as : 8.11.0.20200319

@bgamari Am I missing anything?


related: !3617 (closed)

Edited by Hécate Kleidukos

Merge request reports