diff --git a/mk/config.mk.in b/mk/config.mk.in index eb93eb1b7d820094398e68e75c0cd055895e705e..2f98dc816e80590c54a51035dcd234422f2cddfe 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -146,7 +146,7 @@ ProjectPatchLevel = $($(Project)ProjectPatchLevel) # GhcProjectName = The Glorious Glasgow Haskell Compilation System GhcProjectNameShort = ghc -GhcProjectVersion = 2.09 +GhcProjectVersion = 2.10 GhcProjectPatchLevel = 0 #--------------------------------------------------------------- @@ -648,6 +648,7 @@ YACC = @YaccCmd@ SGML2LATEX = sgml2latex SGML2HTML = sgml2html +SGML2INFO = sgml2info SGML2TXT = sgml2txt #-----------------------------------------------------------------------------