show build flags on webapp about page

This commit is contained in:
Joey Hess 2013-03-09 14:59:38 -04:00
parent 3e32bb41f6
commit 285838633b
2 changed files with 3 additions and 0 deletions

View file

@ -12,6 +12,7 @@ module Assistant.WebApp.Documentation where
import Assistant.WebApp.Common
import Assistant.Install (standaloneAppBase)
import Build.SysConfig (packageversion)
import BuildFlags
{- The full license info may be included in a file on disk that can
- be read in and displayed. -}

View file

@ -26,3 +26,5 @@
. ♥
<p>
Version: #{packageversion}
<br>
Build flags: #{unwords buildFlags}