From 7b0deda45a406463a8d911b3c3694e2d643fcf37 Mon Sep 17 00:00:00 2001 From: Thomas Hallgren Date: Fri, 11 Aug 2017 15:33:21 +0200 Subject: [PATCH] Disable detailed version info from darcs TODO: get version info from git instead. --- src/compiler/GF/Infra/BuildInfo.hs | 4 ++-- 1 file 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