forked from GitHub/gf-core
Add build info to the GF shell welcome message
This commit is contained in:
7
src/compiler/GF/Infra/BuildInfo.hs
Normal file
7
src/compiler/GF/Infra/BuildInfo.hs
Normal 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
|
||||
Reference in New Issue
Block a user