[TAG deicek
John Meacham <john@repetae.net>**20100728100305
 Ignore-this: 40fceced59bef728bd45086acbd4e35f
] 
<
[fix the 'do' 'where' parsing bug
John Meacham <john@repetae.net>**20100728100113
 Ignore-this: d0ad91876b29f9b4594d4e2338bca04
] 
[clean out old comments
John Meacham <john@repetae.net>**20100728093037
 Ignore-this: 52ec5badb086b2620264af7b3d529421
] 
[only pass up predicates that mention metavariables
John Meacham <john@repetae.net>**20100728092621
 Ignore-this: 4957f13241f004665e5c30090818f3ce
] 
[add '-t' to only run typechecker on regression tests
John Meacham <john@repetae.net>**20100728092604
 Ignore-this: bbdda26aac6c1c25cac8d4978af5bdc4
] 
[be sure to record predicates introduced by explicitly declared functions, they may affect previous monomorphic bindings
John Meacham <john@repetae.net>**20100728090217
 Ignore-this: 5664ef3f69aaa3003a0901e51a729834
] 
[add some strictness annotations
John Meacham <john@repetae.net>**20100728073620
 Ignore-this: 527a481ffff33135d689421bd3c44aad
] 
[improve help messages for -d and -f flags
John Meacham <john@repetae.net>**20100728043754
 Ignore-this: 2222fcbd64b882dbbee94bc6f091b7a1
] 
[don't use cache when testing typechecker
John Meacham <john@repetae.net>**20100728025203
 Ignore-this: 54ef7030afbd3d35193ff4c43e8d5b4c
] 
[improve the parser to accept a lot more valid (but odd) haskell programs
John Meacham <john@repetae.net>**20100728001911
 Ignore-this: 4934f5b3c1c2df53ea1e1894b93e7d8e
] 
[clean ups
John Meacham <john@repetae.net>**20100727212409
 Ignore-this: 676945d483ba01ab9123badeb92bbc95
] 
[convert some more Grin code to use GMap
John Meacham <john@repetae.net>**20100727083843
 Ignore-this: 2d9f0c2ce6d9117993bb8b25dbd6001
] 
[get rid of a bunch of warnings, migrate some code to use GMap
John Meacham <john@repetae.net>**20100727080414
 Ignore-this: 39fc733d780c49d95c5015acc64c8c52
] 
[add edecls and empty regression tests
John Meacham <john@repetae.net>**20100727043849
 Ignore-this: 4645046f8bb835cbbeb5749d597f0b0a
] 
[Randomize '/tmp/jhc_prelude.m4' name and remove file after compilation.
Sergei Trofimovich <slyfox@community.haskell.org>**20100726192844
 Ignore-this: 6fecfa55f015775f4d4d6e9a4749f4ce
 Failure to cleanup after ourselves effectively forbids jhc usage for
 more, than one user.
] 
[add quick and dirty was to cache the 'jhc' build for regression testing
John Meacham <john@repetae.net>**20100726235921
 Ignore-this: eece8d1197a9f585c77d13cdb2a0f68f
] 
[add bernouilli to regression test
John Meacham <john@repetae.net>**20100726221331
 Ignore-this: 99bf0548bd83ac508d7151e737824ab7
] 
[fix bug that would cause lets in the body of fully lifted lets to not be lifted. demonstrated by bernoulli nobench test.
John Meacham <john@repetae.net>**20100726220452
 Ignore-this: af0dfd99b22c27a6b4cef8402a091c0d
] 
[force utf8 encoding for output
John Meacham <john@repetae.net>**20100726211601
 Ignore-this: 151d0a3cbb2ac481c2191d0e62841540
] 
[add Jhc.Num.m4 and Jhc.Inst.Num that were accidentaly left out.
John Meacham <john@repetae.net>**20100726203907
 Ignore-this: aefd61069f5d670a133f86d6e67c1ccb
] 
[rearrange setlike and gmap code some
John Meacham <john@repetae.net>**20100726104050
 Ignore-this: e090576487de150b2e2ed0c8659705de
] 
[add a 'wii' entry for cross compilation to the nintendo wii.
John Meacham <john@repetae.net>**20100726053939
 Ignore-this: aeed379e1cc8c6e8816318a4cad66e4
] 
[clean up manual generation in makefile some
John Meacham <john@repetae.net>**20100726053518
 Ignore-this: 35343303fa7f2fd5fc124a04d2626ae6
] 
[change --config to --info to match ghc, show output in YAML format
John Meacham <john@repetae.net>**20100725121804
 Ignore-this: 18ad089df6893f26d8453a4b072a77bc
] 
[check __SIZEOF_POINTER__ instead of WORD_BIT for wordsize
John Meacham <john@repetae.net>**20100725120659
 Ignore-this: 715b7b3f7a4567959acee93073d4e601
] 
[switch GMap from a type family to a data family
John Meacham <john@repetae.net>**20100725012528
 Ignore-this: fdd9ba177f1ce80d0393e7e04358afc7
] 
[add proper dependencies for external libraries
John Meacham <john@repetae.net>**20100724095108
 Ignore-this: a675a10cfc6523031e7774ed98b3b8ec
] 
[switch to new type family version of SetLike
John Meacham <john@repetae.net>**20100724094749
 Ignore-this: d96d078c0c6e830a2a976ab3c7692bea
] 
[start converting to new type family based SetMap
John Meacham <john@repetae.net>**20100724030615
 Ignore-this: 24f5723c4e4c0eda3527232c2d57d327
] 
[add Util.GMap replacement for Util.SetLike
John Meacham <john@repetae.net>**20100724011847
 Ignore-this: 2c63b8c3568031fd0d37955ef2b62727
] 
[rearrange regression tests, make dedicated parsing and typechecking categories
John Meacham <john@repetae.net>**20100723140105
 Ignore-this: 337755f4ea40314cd5e0f33579a0e608
] 
[add -C option to compile to C and stop, and --stop option to stop after various phases
John Meacham <john@repetae.net>**20100723131607
 Ignore-this: 24afd76721db448a64700c3edc0a056e
] 
[add message to jhci banner explaining it is not a full interpreter
John Meacham <john@repetae.net>**20100723121347
 Ignore-this: c9a69d9a240b659eef3c303071cb526e
] 
[create shorter ho cache file names with base 32 instead of hex
John Meacham <john@repetae.net>**20100723102617
 Ignore-this: 2b85064050e3725f3af4015c281888f
] 
[rename existential data declarations properly
John Meacham <john@repetae.net>**20100722130053
 Ignore-this: 751f1d6d4c55452f6ff4d3e773f8fdcd
] 
[add misc utilities
John Meacham <john@repetae.net>**20100722130036
 Ignore-this: fc24c8b3a8f205ee61ff57bfb697c447
] 
[add parsec to external libraries
John Meacham <john@repetae.net>**20100722123350
 Ignore-this: d626d4a57506994888cc6d5a7a619c0e
] 
[add QuickCheck to external libs
John Meacham <john@repetae.net>**20100722122148
 Ignore-this: 5240592198a906656d4b31496292fb91
] 
[get rid of some unusued hardcoded names
John Meacham <john@repetae.net>**20100722115634
 Ignore-this: d14edd7b58dad95b1b56399286d31091
] 
[clean out a lot of cruft thanks to getting rid of built in classes and types
John Meacham <john@repetae.net>**20100722112756
 Ignore-this: 2a22b5186a3266fcfa721df515c074a3
] 
[get rid of special handling of Num, Real, and Integral classes
John Meacham <john@repetae.net>**20100722110759
 Ignore-this: 24a86be590b14def5096b5bf3069ee6e
] 
[add target names to dependency files generated by jhc and include true lib dependencies in makefile
John Meacham <john@repetae.net>**20100722085016
 Ignore-this: f96ca7447654a19fcf39a51da57d8d51
] 
[use YAML to specify properties of regression tests
John Meacham <john@repetae.net>**20100722073802
 Ignore-this: 8fa4dd28d9ef681aa74c74a47ef5c009
] 
[release 0.7.5
John Meacham <john@repetae.net>**20100722032858
 Ignore-this: 26b880337ba911c4e4e24bc7aec8a7c9
] 
[TAG 0.7.5
John Meacham <john@repetae.net>**20100722032626
 Ignore-this: ecfc2577cc18b9305aa0f9a15cb6451
] 
>