diff options
| author | Thomas Hallgren <th-github@altocumulus.org> | 2017-08-11 15:33:21 +0200 |
|---|---|---|
| committer | Thomas Hallgren <th-github@altocumulus.org> | 2017-08-11 15:33:21 +0200 |
| commit | 8484dabd5b82dcc267a23a00ca55e8abdec5000b (patch) | |
| tree | 644f755c9c73565a3b323a7ea100270fe0b0521b /src | |
| parent | 9a39476e5a1a032a265358fac2973ecd3d42be12 (diff) | |
Disable detailed version info from darcs
TODO: get version info from git instead.
Diffstat (limited to 'src')
| -rw-r--r-- | src/compiler/GF/Infra/BuildInfo.hs | 4 |
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 |
