[cvs-nhc98] commit %s

Malcolm Wallace malcolm@sparud.net
Wed, 6 Dec 2000 15:28:15 +0100 (CET)


malcolm: Wed Dec  6 15:28:15 CET 2000
nhc/include Array.T_hi Binary.T_hi Char.T_hi Complex.T_hi FFI.T_hi FFIBuiltin.T_hi IO.T_hi IOExtras.T_hi Ix.T_hi List.T_hi Maybe.T_hi Monad.T_hi NonStdTrace.T_hi NonStdUnsafeCoerce.T_hi Numeric.T_hi PackedString.T_hi Prelude.T_hi PreludeBuiltin.T_hi Ratio.T_hi System.T_hi

Update of /usr/src/master/nhc/include
In directory hinken:/tmp/cvs-serv11451/include

Added Files:
	Array.T_hi Binary.T_hi Char.T_hi Complex.T_hi FFI.T_hi 
	FFIBuiltin.T_hi IO.T_hi IOExtras.T_hi Ix.T_hi List.T_hi 
	Maybe.T_hi Monad.T_hi NonStdTrace.T_hi NonStdUnsafeCoerce.T_hi 
	Numeric.T_hi PackedString.T_hi Prelude.T_hi 
	PreludeBuiltin.T_hi Ratio.T_hi System.T_hi 
Log Message:
  Change standard suffixes  .hi   and .o
    for tracing, to         .T_hi and .T_o
    for heap profiling, to  .hi   and .p_o
    for time profiling, to  .hi   and .t_o
  Both the compiler and hmake can now deal with these suffixes.
  There is now no need for a separate directory to hold the tracing
    versions of the .hi files for prelude and standard libraries.
  Build-dependencies are now more accurate, because the .hi files
    don't have to be removed and re-generated for tracing.