[project @ 2001-11-09 18:17:48 by sof]
[ghc-hetmet.git] / mk / config.mk.in
index fd34c2d..4ab6e35 100644 (file)
@@ -614,6 +614,8 @@ GhcVersion  = @GhcVersion@
 GhcMajVersion  = @GhcMajVersion@
 GhcMinVersion  = @GhcMinVersion@
 GhcPatchLevel  = @GhcPatchLevel@
+# Canonicalised ghc version number, used for easy (integer) version comparisons.
+GhcCanonVersion = $(GhcMajVersion)$(GhcMinVersion)$(GhcPatchLevel)
 
 HBC            = @HBC@
 NHC            = @NHC@