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/GF/Infra/BuildInfo.hs | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/compiler/GF/Infra/BuildInfo.hs (limited to 'src/compiler/GF') diff --git a/src/compiler/GF/Infra/BuildInfo.hs b/src/compiler/GF/Infra/BuildInfo.hs new file mode 100644 index 000000000..127c7f6f3 --- /dev/null +++ b/src/compiler/GF/Infra/BuildInfo.hs @@ -0,0 +1,7 @@ +module GF.Infra.BuildInfo where +import System.Info +import Data.Version(showVersion) + +buildInfo = + "Built on "++os++"/"++arch + ++" with "++compilerName++"-"++showVersion compilerVersion \ No newline at end of file -- cgit v1.2.3