summaryrefslogtreecommitdiff
path: root/src/compiler/GF/Infra/BuildInfo.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/compiler/GF/Infra/BuildInfo.hs')
-rw-r--r--src/compiler/GF/Infra/BuildInfo.hs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/compiler/GF/Infra/BuildInfo.hs b/src/compiler/GF/Infra/BuildInfo.hs
index 8fdfe8779..cba57cf2a 100644
--- a/src/compiler/GF/Infra/BuildInfo.hs
+++ b/src/compiler/GF/Infra/BuildInfo.hs
@@ -16,6 +16,9 @@ buildInfo =
#ifdef SERVER_MODE
++" server"
#endif
+#ifdef NEW_COMP
+ ++" new-comp"
+#endif
where
details = either (const no_info) info darcs_info
no_info = "No detailed version info available"