mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-08 02:32:50 -06:00
use the version number from Paths_gf
This commit is contained in:
@@ -11,6 +11,9 @@ import GF.System.Readline (fetchCommand)
|
||||
|
||||
import System.CPUTime
|
||||
|
||||
import Data.Version
|
||||
import Paths_gf
|
||||
|
||||
|
||||
mainGFI :: [String] -> IO ()
|
||||
mainGFI xx = do
|
||||
@@ -66,7 +69,7 @@ welcome = unlines [
|
||||
" * * * ",
|
||||
" * * * ",
|
||||
" ",
|
||||
"This is GF version 3.0 alpha. ",
|
||||
"This is GF version "++showVersion version++". ",
|
||||
"Some things may work. "
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user