mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-03 16:22:52 -06:00
Use NOINLINE for build info and darcs version info
... to avoid unnecessary recompilation of other modules.
This commit is contained in:
@@ -4,6 +4,7 @@ import System.Info
|
||||
import Data.Version(showVersion)
|
||||
import DarcsVersion_gf
|
||||
|
||||
{-# NOINLINE buildInfo #-}
|
||||
buildInfo =
|
||||
details
|
||||
++"\nBuilt on "++os++"/"++arch
|
||||
|
||||
Reference in New Issue
Block a user