Mon Jun 22 20:03:04 PDT 2009  John Meacham <john@repetae.net>
  * automatically detect packages needed for ghc-6.8 and ghc-6.10 compatibility

Mon Jun 22 18:52:46 PDT 2009  John Meacham <john@repetae.net>
  * add cross compilation documentation to the jhc manual

Mon Jun 22 18:07:47 PDT 2009  John Meacham <john@repetae.net>
  * remove last vestiges of old architecture specific code in favor of general ini files

Mon Jun 22 17:43:55 PDT 2009  John Meacham <john@repetae.net>
  * enable usage of targets.ini instead of old arch options

Mon Jun 22 17:33:30 PDT 2009  John Meacham <john@repetae.net>
  * properly merge multiple entries in the targets.ini files

Mon Jun 22 17:06:24 PDT 2009  John Meacham <john@repetae.net>
  * don't try to use 'select' on windows

Mon Jun 22 16:09:25 PDT 2009  John Meacham <john@repetae.net>
  * add support for targets.ini to options, use options specified in ini file when possible

Mon Jun 22 15:22:08 PDT 2009  John Meacham <john@repetae.net>
  * add targets.ini file and rules for installing it.

Mon Jun 22 12:26:57 PDT 2009  John Meacham <john@repetae.net>
  * add Typeable.h so containers compiles

Sun Jun 21 19:33:50 PDT 2009  coreyoconnor@gmail.com
  * Changing remaining references to jhc_man to man
  The install depended on the man pages being built but no such dependency was defined. I believe the
  makefile was halfway between moving from jhc_man to man as the target name. If so I added the
  required dependencies and renamed remaining jhc_man references

Sun Jun 21 19:30:04 PDT 2009  coreyoconnor@gmail.com
  * Correct dependencies for JHC lib targets
  Added the libs target to local-all. Previously the libs target was in an install hook which resulted
  in the libs being built as the user executing "make install"
  Modifications to the sources the JHC libs did not result in a recompile of the lib as expected. 
  Made the JHC_LIBS targets phony. This causes them to be executed regardless of the state of the
  target file. JHC appears to perform the required dependency tracking just fine.
  

Sun Jun 21 19:27:03 PDT 2009  coreyoconnor@gmail.com
  * HsFFI.h is not in C include path.
  Unable to compile due to missing HsFFI.h. I think the intention is to use the include file it the
  "data" folder. Updating Makefile accordingly.

Sun Jun 21 19:28:35 PDT 2009  coreyoconnor@gmail.com
  * Explicitly use base-4 and syb package. (GHC 6.10 only?)
  When compiling using GHC 6.10 the base-4 and syb packages must be added. I think this needs to be
  dependent on the version of GHC used?

Sun Jun 21 08:07:18 PDT 2009  John Meacham <john@repetae.net>
  * update GenUtil.hs

Sun May 24 16:00:39 PDT 2009  John Meacham <john@repetae.net>
  * add Support.Compat

Fri May  8 12:25:33 PDT 2009  John Meacham <john@repetae.net>
  * get rid of old square-stats option

Fri May  8 12:25:23 PDT 2009  John Meacham <john@repetae.net>
  * improve datalog output

Tue Apr  7 16:49:22 PDT 2009  John Meacham <john@repetae.net>
  * bug updates

Fri Mar 27 03:21:56 PDT 2009  John Meacham <john@repetae.net>
  * update bugs

Fri Mar 27 03:14:11 PDT 2009  John Meacham <john@repetae.net>
  * fix bug where types of slots for unpacked polymorphic components wern't being properly specialized

Fri Mar 27 01:33:20 PDT 2009  John Meacham <john@repetae.net>
  * add bug tracker link to web page

Fri Mar 27 01:23:47 PDT 2009  John Meacham <john@repetae.net>
  * add 0.6.0 release to ditz

Thu Mar 26 21:30:51 PDT 2009  John Meacham <john@repetae.net>
  * use full ints by default. otherwise max and min bounds get odd.

Thu Mar 26 21:15:50 PDT 2009  John Meacham <john@repetae.net>
  * add ditz bug tracking

Thu Mar 26 21:04:03 PDT 2009  John Meacham <john@repetae.net>
  * add the absurd type to the initial grin type env

Thu Mar 26 20:29:58 PDT 2009  John Meacham <john@repetae.net>
  * simplify primitive operations inside of other primitive options

Thu Mar 26 20:29:32 PDT 2009  John Meacham <john@repetae.net>
  * print grin a little nicer

Thu Mar 26 17:34:53 PDT 2009  John Meacham <john@repetae.net>
  * improve datalog dump

Thu Mar 26 16:49:33 PDT 2009  John Meacham <john@repetae.net>
  * don't treat Sin and Sqrt to be eager safe so they arn't generated as constants later

Tue Mar 24 08:34:59 PDT 2009  John Meacham <john@repetae.net>
  * add -hide-all-packages to command line and only include the needed packages

Tue Mar 17 02:27:27 PDT 2009  John Meacham <john@repetae.net>
  * add ability to dump various code properties as datalog clauses for external analysis

Mon Mar 16 19:19:17 PDT 2009  John Meacham <john@repetae.net>
  * clean up documentation generation for distribution

Mon Mar 16 18:38:36 PDT 2009  John Meacham <john@repetae.net>
  tagged 0.6.0
