[TAG ejnagteuk
John Meacham <john@repetae.net>**20120125115759
 Ignore-this: 410e549a607234cd3a297780f366ab4b
] 
<
[remove unneeded dependency
John Meacham <john@repetae.net>**20120125114815
 Ignore-this: f8b6377ef5183acaf74a5b3ffe58a83b
] 
[cleanups
John Meacham <john@repetae.net>**20120125105507
 Ignore-this: f450b477af4d6283e0396f0f754d7962
] 
[allow creating files in subdirectories of the temporary working dir, add the --tdir option.
John Meacham <john@repetae.net>**20120125093807
 Ignore-this: 7965f4699620f9605ba9b9d25918fc76
] 
[don't leave temp dir aronud when user interrupts compiliation with ^C, pass cc options to hsc2hs.
John Meacham <john@repetae.net>**20120124120929
 Ignore-this: 88c700ac7865547b0e36aae3e6c1f3cc
] 
[fix storable instances for numeric types
John Meacham <john@repetae.net>**20120124105751
 Ignore-this: 1510992502a9761b7ae517972aea7b41
] 
[finish moving primitive types to Jhc.Type.* get rid of all 'PrimitiveOperators' related hacks. rejoice.
John Meacham <john@repetae.net>**20120124084933
 Ignore-this: 7e619c2f69a37429be32b6b63b57701
] 
[move all the type definitions out of Foreign.C.Types 
John Meacham <john@repetae.net>**20120124063615
 Ignore-this: e6fa44641511d91e97231927fd794862
] 
[start moving integral c types to Jhc.Type.C and turning them into newtypes of values
John Meacham <john@repetae.net>**20120124032656
 Ignore-this: 38ff90eea5c3dd373b224693e1d976ce
] 
[library cleanups
John Meacham <john@repetae.net>**20120124024004
 Ignore-this: 8f6c6f4d8229e774bfd93fd684a4b6cc
] 
[documentation updates
John Meacham <john@repetae.net>**20120123235724
 Ignore-this: 4122569454f5d19954480fa814f3b78c
] 
[library cleanups, start moving type declarations to Jhc.Type
John Meacham <john@repetae.net>**20120123135418
 Ignore-this: 97b36c5e33a94b244baa76e08b7efdb5
] 
[support unboxed characters properly.
John Meacham <john@repetae.net>**20120123120631
 Ignore-this: b493cd9a094ab026928f6c5b6cf1b8fa
] 
[move haskell 98 package to yaml config
John Meacham <john@repetae.net>**20120123101458
 Ignore-this: 3808a9dded02b677a19bf7575f1a5364
] 
[improve printing of core
John Meacham <john@repetae.net>**20120123094519
 Ignore-this: 51940b2f96361c73b6ebb977132b95da
] 
[move list to jhc-prim, switch Char to use Char_ newtype
John Meacham <john@repetae.net>**20120123090930
 Ignore-this: a5c6e7bd8c0131618c57ff090cce33eb
] 
[make kind inference handle newtypes of unboxed values properly.
John Meacham <john@repetae.net>**20120123090834
 Ignore-this: a5cc0b45292bd999c1acded83c7df028
] 
[move Ordering to jhc-prim, untangle libraries.
John Meacham <john@repetae.net>**20120123072144
 Ignore-this: a18743cb6aeea570d1c9fb3b8888851f
] 
[add deriving of Ix, move Bool to jhc-prim, use standalone deriving to clean up module layout
John Meacham <john@repetae.net>**20120123063809
 Ignore-this: 2443bbf598d2285a64b765f152861f32
] 
[don't create dummy instances for Eq,Ord,Enum, support standalone deriving of some classes, allow mulitple derivations when compatible.
John Meacham <john@repetae.net>**20120123021301
 Ignore-this: c1da13e93ecf08c1ce371af23aa3e937
] 
[switch CanType to use an associated type instead of a FD
John Meacham <john@repetae.net>**20120122130258
 Ignore-this: f9ec335e764269885242f2d46df93944
] 
[collect deriving declarations before passing them to derivation code
John Meacham <john@repetae.net>**20120122123601
 Ignore-this: e599fe1d0472ad0d25855b8d177da6e
] 
[switch from gzip to deflate for compressing ho files.
John Meacham <john@repetae.net>**20120122095514
 Ignore-this: 82eff6373a357f0085b8bc0ec38c5e9e
] 
[move IO and tuples to jhc-prim
John Meacham <john@repetae.net>**20120122093125
 Ignore-this: 53dae55e305bd20b6966a46868ce2ca8
] 
[start moving definitions to jhc-prim
John Meacham <john@repetae.net>**20120122042237
 Ignore-this: bcafd0217030cd2ad2f3f62ac48bb971
] 
[clean up library description files, simplify build.
John Meacham <john@repetae.net>**20120122031625
 Ignore-this: 45eaa2841e376d11719d2f8940c379fd
] 
[support the --noauto option in library description files
John Meacham <john@repetae.net>**20120122024257
 Ignore-this: 334345151aea7d037ec8dced1cdc0e3
] 
[pass extensions,include-dirs,hs-source-dirs and options from the library description file properly through pipeline
John Meacham <john@repetae.net>**20120122022054
 Ignore-this: 1dd8175dbfebc9fac9aee51968762864
] 
[cleanup libraries, add address hashing function
John Meacham <john@repetae.net>**20120122012107
 Ignore-this: d7aced13a07d490de9fd290d261def44
] 
[cleanup whitespace across files, sort imports, make consistent
John Meacham <john@repetae.net>**20120121234613
 Ignore-this: ea79bcbe898ff2a83b1b20c91c8bb5fd
] 
[remove special handling of optPrelude in favor of the standard FlagOpts mechanism. implement -X style extension declarations
John Meacham <john@repetae.net>**20120121045025
 Ignore-this: 5dea46454350885d8ded6b7baf17db5e
] 
[add automatic handling of hsc2hs files
John Meacham <john@repetae.net>**20120121032656
 Ignore-this: ad9da69764839e100c57504d282a00a7
] 
[add Support.TempDir to handle temporary directorys and files in a consistent way
John Meacham <john@repetae.net>**20120121032635
 Ignore-this: a690a9e2585fe3eb00510ad58602c95e
] 
[move source code reading into its own module
John Meacham <john@repetae.net>**20120120060548
 Ignore-this: 65642eda6f6112e0f728f8def40858c7
] 
[bug updates
John Meacham <john@repetae.net>**20120120035803
 Ignore-this: c876b50af7dc5d5cdaea9bea167753fb
] 
[cleanups
John Meacham <john@repetae.net>**20120120031151
 Ignore-this: e9b13a6888ca5b2e46b4bc199b80d5c0
] 
[implement yaml based format for library descriptions, allow m4 procesing of them.
John Meacham <john@repetae.net>**20120119125333
 Ignore-this: 9b4f1635a42a1addca581e259761bb79
] 
[handle version numbers better
John Meacham <john@repetae.net>**20120119075601
 Ignore-this: d511c10ce9f9094cfdbf35cd23a6b162
] 
[add 'make lint' target
John Meacham <john@repetae.net>**20120119075322
 Ignore-this: 1fe9cbb262721a9cd9e8ddc1a4d507c6
] 
[update bugs
John Meacham <john@repetae.net>**20120118151601
 Ignore-this: f15f5793c98c62b51eb08abca89656ad
] 
[TAG 0.7.8
John Meacham <john@repetae.net>**20120118145717
 Ignore-this: f5dad2bcc000e234a5683a922d500a2
] 
>