Sat Feb 27 08:16:48 UTC 2010  John Meacham <john@repetae.net>
  * support printing out dependencies with --deps

Sat Feb 27 08:16:31 UTC 2010  John Meacham <john@repetae.net>
  * add MapKey class to Util.YAML

Sat Feb 27 01:21:03 UTC 2010  John Meacham <john@repetae.net>
  * code cleanups

Fri Feb 26 03:35:26 UTC 2010  John Meacham <john@repetae.net>
  * add optimization that will find when top level functions call themselves recursively and turn it into explicit loops

Fri Feb 26 02:56:51 UTC 2010  John Meacham <john@repetae.net>
  * move main grin compilation passes to Grin.Main from Main

Fri Feb 26 02:02:05 UTC 2010  John Meacham <john@repetae.net>
  * code cleanups

Fri Feb 26 01:09:44 UTC 2010  John Meacham <john@repetae.net>
  * start adding dependency dumping

Fri Feb 26 00:51:06 UTC 2010  John Meacham <john@repetae.net>
  * add some strictness to produce better code

Thu Feb 25 19:46:01 UTC 2010  John Meacham <john@repetae.net>
  * check whether readline or editline is installed and use the right one.

Sat Nov 14 22:54:22 UTC 2009  John Meacham <john@repetae.net>
  * fix rewriting of OPTIONS pragma generated by new versions of happy

Sat Nov 14 17:57:51 UTC 2009  jhc@henning-thielemann.de
  * FrontEnd.Rename: add qualification to unqualified method names in instance declarations

Sat Nov 14 21:48:29 UTC 2009  jhc@henning-thielemann.de
  * HsParser, Lexer: ignore optimizer phase information for INLINE pragmas as available in GHC
  ToDo: emit warning that phase information is ignored

Thu Nov  5 04:16:51 UTC 2009  John Meacham <john@repetae.net>
  * include errno.h in generated files to get around bug

Thu Nov  5 04:14:51 UTC 2009  John Meacham <john@repetae.net>
  * bug update

Wed Sep 23 11:35:32 UTC 2009  David Roundy <roundyd@physics.oregonstate.edu>
  * use appropriate mingw gcc in targets.ini

Sun Sep 20 22:20:21 UTC 2009  David Roundy <roundyd@physics.oregonstate.edu>
  * add System.IO.Pipe.

Wed Sep 16 09:20:17 UTC 2009  John Meacham <john@repetae.net>
  * allow selecting libraries by hash or name-version

Wed Sep  9 10:46:53 UTC 2009  David Roundy <droundy@darcs.net>
  * removed use of RecordWildCards, which is buggy in ghc 6.8.

Wed Sep  9 21:47:55 UTC 2009  David Roundy <roundyd@physics.oregonstate.edu>
  * change description of -c command.

Sat Sep  5 16:38:28 UTC 2009  David Roundy <roundyd@physics.oregonstate.edu>
  * add warnings not to edit auto-generated Prim.hs file.

Tue Sep  8 00:18:03 UTC 2009  John Meacham <john@repetae.net>
  * expand --list-libraries output with lots of new info

Tue Sep  8 00:00:54 UTC 2009  John Meacham <john@repetae.net>
  * add Util.YAML

Mon Sep  7 11:03:39 UTC 2009  John Meacham <john@repetae.net>
  * perform dependency analysis on type synonyms before expansion, detect recursive synonyms.

Sun Sep  6 09:33:22 UTC 2009  John Meacham <john@repetae.net>
  * add Ord instances for 3 and 4-tuples

Sun Sep  6 01:56:22 UTC 2009  John Meacham <john@repetae.net>
  * fix ord instance for lists

Sat Sep  5 13:04:34 UTC 2009  David Roundy <droundy@darcs.net>
  * clean up fixIO

Sun Sep  6 00:13:29 UTC 2009  John Meacham <john@repetae.net>
  * have the ho cache names depend on the compiler version, to avoid cache poisoning by fixed bugs

Sat Sep  5 23:11:29 UTC 2009  John Meacham <john@repetae.net>
  * add 'constraints' test from nobench to regression tests

Sat Sep  5 22:47:14 UTC 2009  John Meacham <john@repetae.net>
  * allow deadcode and node analysis to see constant partial applications that are arguments to a store

Sat Sep  5 11:26:20 UTC 2009  John Meacham <john@repetae.net>
  * bump version number

Sat Sep  5 11:26:13 UTC 2009  John Meacham <john@repetae.net>
  * enable storage analysis to enable allocation on the stack

Sat Sep  5 07:02:41 UTC 2009  John Meacham <john@repetae.net>
  * allow C generator to handle unknown values properly

Sat Sep  5 06:32:31 UTC 2009  John Meacham <john@repetae.net>
  * fix desugaring inside of list comprehensions

Sat Sep  5 06:17:22 UTC 2009  John Meacham <john@repetae.net>
  * use strict writer monad as suggested by Taral

Sat Sep  5 06:16:45 UTC 2009  John Meacham <john@repetae.net>
  * fix strict newtypes bug

Sat Sep  5 04:22:39 UTC 2009  John Meacham <john@repetae.net>
  * clean ups

Sat Sep  5 04:21:49 UTC 2009  John Meacham <john@repetae.net>
  * fix instance of U2U primitive not being processed properly

Sat Sep  5 04:21:31 UTC 2009  John Meacham <john@repetae.net>
  * add regression test for strict newtype bug

Sat Sep  5 01:57:18 UTC 2009  John Meacham <john@repetae.net>
  * start adding storage analysis support

Sat Sep  5 01:06:50 UTC 2009  John Meacham <john@repetae.net>
  * bug updates

Wed Sep  2 16:28:53 UTC 2009  David Roundy <roundyd@physics.oregonstate.edu>
  * include $PREFIX/{share,lib}/{jhc,jhc-$SHORTVERSION} in search path.
  I find it a little annoying that the default search path doesn't
  include the location where I installed jhc, except the
  ../share/jhc-0.7 directory, which I'd rather not put stuff in, so I
  can easily delete all non-standard packages.
  
  I also took the liberty of reordering the default search path, so that
  all the ~/* entries would be before all the /usr/local/* entries, etc.

Wed Sep  2 16:21:43 UTC 2009  David Roundy <roundyd@physics.oregonstate.edu>
  * give nicer error message on jhc --show-ho foo

Wed Sep  2 12:44:18 UTC 2009  David Roundy <droundy@darcs.net>
  * make type of System.Info.compilerVersion match that of ghc.

Mon Aug 31 15:06:45 UTC 2009  David Roundy <droundy@darcs.net>
  * introduce System.Exit and System.Cmd in base.

Wed Sep  2 19:23:12 UTC 2009  David Roundy <roundyd@physics.oregonstate.edu>
  * fix grammatical error in warning message.

Wed Sep  2 00:20:58 UTC 2009  John Meacham <john@repetae.net>
  * add mockbuild.sh to repo

Wed Sep  2 00:20:17 UTC 2009  John Meacham <john@repetae.net>
  *  add a lot of new regression tests, many bugs that the lhc developers found, make regress.prl check the 'mustfail' status of tests

Tue Sep  1 18:08:31 UTC 2009  John Meacham <john@repetae.net>
  * fix bug when 'do' expressions used with infix expressions, add test case to regression

Tue Sep  1 06:37:47 UTC 2009  John Meacham <john@repetae.net>
  tagged 0.7.2
