From 1b08ca8a614874068fc1a21a4acbdf64e205b26b Mon Sep 17 00:00:00 2001 From: hallgren Date: Mon, 4 Apr 2011 19:52:07 +0000 Subject: Add build info to the GF shell welcome message --- src/compiler/GFI.hs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/compiler/GFI.hs') diff --git a/src/compiler/GFI.hs b/src/compiler/GFI.hs index 1041b9c5d..0297240f6 100644 --- a/src/compiler/GFI.hs +++ b/src/compiler/GFI.hs @@ -20,6 +20,7 @@ import GF.Infra.CheckM import GF.Infra.UseIO import GF.Infra.Option import GF.Infra.Modules (greatestResource, modules, emptyModInfo) +import GF.Infra.BuildInfo (buildInfo) import qualified System.Console.Haskeline as Haskeline import GF.Text.Coding @@ -279,6 +280,7 @@ welcome = unlines [ " * * * ", " ", "This is GF version "++showVersion version++". ", + buildInfo, "License: see help -license. ", "Bug reports: http://code.google.com/p/grammatical-framework/issues/list" ] -- cgit v1.2.3