Tue Feb 24 03:43:38 PST 2009 John Meacham <john@repetae.net> tagged shlamasfasp Tue Feb 24 03:43:57 PST 2009 John Meacham <john@repetae.net> * update datestamp Tue Feb 24 14:21:28 PST 2009 John Meacham <john@repetae.net> * include jhc.spec in the generated tarball so rpmbuild -ta will work Tue Feb 24 14:40:37 PST 2009 John Meacham <john@repetae.net> * allow empty top level declarations Tue Feb 24 14:52:06 PST 2009 John Meacham <john@repetae.net> * add 'nbody' shootout entry to regression test, integrate Kleisli failing case to KindInference test Tue Feb 24 15:00:28 PST 2009 John Meacham <john@repetae.net> * clean out environment in regression testing script. only pass '-v' to jhc when -v passed to regression tester Tue Feb 24 17:06:30 PST 2009 John Meacham <john@repetae.net> * fix some compile warnings Wed Feb 25 20:48:18 PST 2009 John Meacham <john@repetae.net> * simplify id choosing code in E.SSimplify, get rid of some unused exports in Name.Id Wed Feb 25 21:10:15 PST 2009 John Meacham <john@repetae.net> * use 'Integer' when printing C types to avoid overflow on 32 bit ghcs Wed Feb 25 22:01:35 PST 2009 John Meacham <john@repetae.net> * improve show instance for MetaVar Wed Feb 25 22:11:36 PST 2009 John Meacham <john@repetae.net> * add a rountine to quantify over several types at once Wed Feb 25 22:12:50 PST 2009 John Meacham <john@repetae.net> * use quantify_n when typing mutually recursive binding groups Thu Feb 26 00:13:53 PST 2009 John Meacham <john@repetae.net> * improve printing of CPR annotations, trim annotations to 5 levels deep to avoid slowdown with large amounts of constant data Thu Feb 26 00:23:36 PST 2009 John Meacham <john@repetae.net> * various cleanups to E.Demand Thu Feb 26 00:46:03 PST 2009 John Meacham <john@repetae.net> * remove some information from demand analysis results to help speed up jhc Thu Feb 26 01:34:04 PST 2009 John Meacham <john@repetae.net> * allow empty field patterns Thu Feb 26 02:58:27 PST 2009 John Meacham <john@repetae.net> * added some new library modules, Data.Function Control.Monad.Fix Control.Monad.Instances Thu Feb 26 03:15:08 PST 2009 John Meacham <john@repetae.net> * improve handling of conversion between the arrow constructor and the arrow function Thu Feb 26 03:35:47 PST 2009 John Meacham <john@repetae.net> * bring in Data.Monoid from the ghc libraries for compatability Thu Feb 26 03:45:34 PST 2009 John Meacham <john@repetae.net> * add Data.Unique module to library Thu Feb 26 03:53:08 PST 2009 John Meacham <john@repetae.net> * add 'applicative' package, which has Control.Applicative, Control.Arrow Control.Category Data.Foldable and Data.Traversable