diff options
| author | aarne <unknown> | 2005-02-05 20:52:31 +0000 |
|---|---|---|
| committer | aarne <unknown> | 2005-02-05 20:52:31 +0000 |
| commit | a1e8229910bbd01135d0e71c459872f87785a291 (patch) | |
| tree | 16612ffa6d974da1fb8e4234f134e5f97c0ad9af /src/GF.hs | |
| parent | 45f3b7d5e74dde250a3e0eb92469efc22479cd30 (diff) | |
cleand up Structural
Diffstat (limited to 'src/GF.hs')
| -rw-r--r-- | src/GF.hs | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -5,11 +5,11 @@ -- Stability : (stability) -- Portability : (portability) -- --- > CVS $Date: 2005/02/04 10:10:28 $ --- > CVS $Author: peb $ --- > CVS $Revision: 1.19 $ +-- > CVS $Date: 2005/02/05 21:52:31 $ +-- > CVS $Author: aarne $ +-- > CVS $Revision: 1.20 $ -- --- (Description of the module) +-- The Main module of GF program. ----------------------------------------------------------------------------- module Main (main) where @@ -89,7 +89,7 @@ welcomeMsg = "Welcome to " ++ authorMsg ++++ welcomeArch ++ "\n\nType 'h' for help." authorMsg = unlines [ - "Grammatical Framework, Version 2.1.1b", + "Grammatical Framework, Version 2.1.2b", "Compiled " ++ today, "Copyright (c)", "Björn Bringert, Markus Forsberg, Thomas Hallgren, Harald Hammarström,", |
