summaryrefslogtreecommitdiff
path: root/src/compiler/GF/Infra/BuildInfo.hs
blob: 127c7f6f348f480cf3699d94bac9bd09aeb50a99 (plain)
1
2
3
4
5
6
7
module GF.Infra.BuildInfo where
import System.Info
import Data.Version(showVersion)

buildInfo =
    "Built on "++os++"/"++arch
    ++" with "++compilerName++"-"++showVersion compilerVersion