Skip to content
Snippets Groups Projects
Commit 6b9db7d4 authored by Brandon Chinn's avatar Brandon Chinn Committed by Marge Bot
Browse files

Fix docs for __GLASGOW_HASKELL_FULL_VERSION__ macro

parent 9edcb1fb
No related branches found
No related tags found
No related merge requests found
......@@ -386,10 +386,13 @@ defined by your local GHC installation, the following trick is useful:
``__GLASGOW_HASKELL_FULL_VERSION__``
.. index::
single: __GLASGOW_HASKELL_FULL_VERSION__
This macro exposes the full version string.
For instance: ``__GLASGOW_HASKELL_FULL_VERSION__==8.11.0.20200319``.
Its value comes from the ``ProjectVersion`` Autotools variable.
Added in GHC 9.0.1
``__GLASGOW_HASKELL_PATCHLEVEL1__``; \ ``__GLASGOW_HASKELL_PATCHLEVEL2__``
.. index::
single: __GLASGOW_HASKELL_PATCHLEVEL2__
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment