diff options
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 |
