summaryrefslogtreecommitdiff
path: root/src/compiler
diff options
context:
space:
mode:
authorThomas Hallgren <th-github@altocumulus.org>2017-08-11 15:33:21 +0200
committerThomas Hallgren <th-github@altocumulus.org>2017-08-11 15:33:21 +0200
commit8484dabd5b82dcc267a23a00ca55e8abdec5000b (patch)
tree644f755c9c73565a3b323a7ea100270fe0b0521b /src/compiler
parent9a39476e5a1a032a265358fac2973ecd3d42be12 (diff)
Disable detailed version info from darcs
TODO: get version info from git instead.
Diffstat (limited to 'src/compiler')
-rw-r--r--src/compiler/GF/Infra/BuildInfo.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/compiler/GF/Infra/BuildInfo.hs b/src/compiler/GF/Infra/BuildInfo.hs
index 07f5a0bfc..9cf111831 100644
--- a/src/compiler/GF/Infra/BuildInfo.hs
+++ b/src/compiler/GF/Infra/BuildInfo.hs
@@ -6,8 +6,8 @@ import DarcsVersion_gf
{-# NOINLINE buildInfo #-}
buildInfo =
- details
- ++"\nBuilt on "++os++"/"++arch
+ {-details++"\n"++-}
+ "Built on "++os++"/"++arch
++" with "++compilerName++"-"++showVersion compilerVersion
++", flags:"
#ifdef USE_INTERRUPT