[cvs-nhc98] cvs commit: hat/src/hattools CommonUI.hs HatObserve.hs
HatTrail.hs Makefile SExp.hs
Malcolm Wallace
malcolm@glass.cse.ogi.edu
Wed, 16 Apr 2003 08:54:05 -0700
malcolm 2003/04/16 08:54:05 PDT
Modified files:
src/hattools HatObserve.hs HatTrail.hs Makefile
SExp.hs
Added files:
src/hattools CommonUI.hs
Log:
Refactor all the common user-interface options into a separate module,
CommonUI. This reduces code duplication, and should help to ensure
that the various hat tools do not drift apart.
Revision Changes Path
1.61 +49 -180 hat/src/hattools/HatObserve.hs
1.29 +50 -94 hat/src/hattools/HatTrail.hs
1.58 +10 -3 hat/src/hattools/Makefile
1.41 +15 -8 hat/src/hattools/SExp.hs