Changeset 2009 for src/Pugs/Help.hs

Show
Ignore:
Timestamp:
04/16/05 00:52:37 (4 years ago)
Author:
theorbtwo
svk:copy_cache_prev:
3535
Message:

The Great Renaming. * becomes Pugs.*, except for stuff designed to be externable.

Location:
src/Pugs
Files:
1 added
1 moved

Legend:

Unmodified
Added
Removed
  • src/Pugs/Help.hs

    r1978 r2009  
    1616#include "pugs_version.h" 
    1717 
    18 module Help (printInteractiveHelp, printCommandLineHelp, 
     18module Pugs.Help (printInteractiveHelp, printCommandLineHelp, 
    1919             banner, versnum, version, revnum, 
    2020             copyright, disclaimer, intro) where