Add build info to the GF shell welcome message

This commit is contained in:
hallgren
2011-04-04 19:52:07 +00:00
parent 544010b36f
commit 1677df78c9
2 changed files with 9 additions and 0 deletions

View File

@@ -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