Changeset 185 for src/Help.hs

Show
Ignore:
Timestamp:
02/22/05 18:18:20 (4 years ago)
Author:
autrijus
svk:copy_cache_prev:
1041
Message:

* lwall says that 'but' and 'does' is noneAssoc.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/Help.hs

    r184 r185  
    3434version    = name ++ ", version " ++ versnum ++ ", " ++ date 
    3535copyright  = "Copyright 2005 by Autrijus Tang" 
    36 revision   = "$Rev$" 
     36revision   = ('r':) . init . init . drop 6 $ "$Rev$" 
    3737disclaimer = 
    3838    "This software is distributed under the terms of the " ++ 
     
    5454    , "||      `===='  ___|| `==='   World Wide Web: http://autrijus.org/pugs " 
    5555    , "||             `===='         Report bugs to: autrijus@autrijus.org    " 
    56     , "==" ++ versionFill 31 ++        " =====================================" 
     56    , "==" ++ versionFill 27 ++        " =====================================" 
    5757    ] 
    5858