Thu Jul 9 05:06:05 PDT 2009 John Meacham <john(a)repetae.net>
* clean up some warnings
Thu Jul 9 13:08:02 PDT 2009 John Meacham <john(a)repetae.net>
* fix handling of SIGINT for ghc 6.10
Fri Jul 10 19:35:37 PDT 2009 John Meacham <john(a)repetae.net>
* seperate Ho dependencies out, in preperation for the ho cache and better batch compilation
Fri Jul 10 21:43:55 PDT 2009 John Meacham <john(a)repetae.net>
* move all type checking info to its own type
Thu Aug 6 20:47:45 PDT 2009 John Meacham <john(a)repetae.net>
* perform all typechecking before starting any compilation for a better user experience
Thu Aug 6 22:51:58 PDT 2009 John Meacham <john(a)repetae.net>
* clean up what is printed to screen, more clearly define the difference between 'progress' and 'verbose'. wait until after typechecking to print errors.
Thu Aug 6 23:52:27 PDT 2009 John Meacham <john(a)repetae.net>
* cache cumulative invarient dependencies in every ho file
Fri Aug 7 00:46:06 PDT 2009 John Meacham <john(a)repetae.net>
* fix bug that caused record constructors defined in the current module to not be added to the local FieldMap
Fri Aug 7 01:46:25 PDT 2009 John Meacham <john(a)repetae.net>
* fix things so DEFS never needs to be read when compiling and CORE need not be read when typechecking, improve memory consumption by rearranging code some
Fri Aug 7 19:23:11 PDT 2009 John Meacham <john(a)repetae.net>
* clean up progress updates some more, start making room for libraries again
Fri Aug 7 20:29:17 PDT 2009 John Meacham <john(a)repetae.net>
* use smart progress meters for showing compiler status