show build flags on webapp about page
This commit is contained in:
parent
3e32bb41f6
commit
285838633b
2 changed files with 3 additions and 0 deletions
|
@ -12,6 +12,7 @@ module Assistant.WebApp.Documentation where
|
||||||
import Assistant.WebApp.Common
|
import Assistant.WebApp.Common
|
||||||
import Assistant.Install (standaloneAppBase)
|
import Assistant.Install (standaloneAppBase)
|
||||||
import Build.SysConfig (packageversion)
|
import Build.SysConfig (packageversion)
|
||||||
|
import BuildFlags
|
||||||
|
|
||||||
{- The full license info may be included in a file on disk that can
|
{- The full license info may be included in a file on disk that can
|
||||||
- be read in and displayed. -}
|
- be read in and displayed. -}
|
||||||
|
|
|
@ -26,3 +26,5 @@
|
||||||
. ♥
|
. ♥
|
||||||
<p>
|
<p>
|
||||||
Version: #{packageversion}
|
Version: #{packageversion}
|
||||||
|
<br>
|
||||||
|
Build flags: #{unwords buildFlags}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue