cvs commit: hugs98/src module.c hugs98/libraries/Hugs Prelude.hs Trex.hs hugs98/tests testScript hugs98/tests/tcheck trex.hs trex.input trex.output

ross@glass.cse.ogi.edu ross@glass.cse.ogi.edu
Thu, 3 Jul 2003 07:42:33 -0700


ross        2003/07/03 07:42:33 PDT

  Modified files:
    src                  module.c 
    libraries/Hugs       Prelude.hs Trex.hs 
    tests                testScript 
  Added files:
    tests/tcheck         trex.hs trex.input trex.output 
  Log:
  rename EmptyRec as emptyRec to get Trex working again.  Exporting or
  importing EmptyRec by itself is now caught by the module system fixes,
  and it wasn't a real constructor anyway.
  
  Revision  Changes    Path
  1.8       +1 -1      hugs98/src/module.c
  1.28      +5 -1      hugs98/libraries/Hugs/Prelude.hs
  1.4       +3 -3      hugs98/libraries/Hugs/Trex.hs
  1.55      +1 -0      hugs98/tests/testScript