Merge branch 'master' of http://darcs.haskell.org/ghc
[ghc-hetmet.git] / compiler / basicTypes / Module.lhs
2011-05-08 Ian LynaghMerge branch 'coloured-core' of https://github.com...
2011-04-24 Ian LynaghDerive some Typeable instances
2011-04-07 Thomas SchillingStart support for coloured SDoc output.
2011-01-24 Manuel M T ChakravartyDPH options updated
2010-10-06 Ian LynaghDon't automatically link the haskell98 package
2010-09-14 Ian LynaghRemove (most of) the FiniteMap wrapper
2010-03-30 David WaernAdd Data and Typeable instances to HsSyn
2010-03-20 Ian LynaghRemove LazyUniqFM; fixes trac #3880
2009-08-18 Ian LynaghPut a newtype wrapper around ModuleEnv
2009-07-22 Ian LynaghMake the Integer library used directly configurable...
2009-03-26 Ian Lynaghsyb no longer needs to be wired in
2008-09-16 Roman LeshchinskiyRemove last traces of package ndp
2008-08-25 Ian Lynaghsyb is now in its own package
2008-07-31 Max BolingbrokeMake Module Uniquable
2008-08-03 Ian Lynaghhaddock fixes
2008-07-31 Max BolingbrokeDocument Module
2008-07-03 Roman LeshchinskiyAdd type signatures
2008-07-01 Roman LeshchinskiyMake dph-seq and dph-par wired-in packages
2008-06-04 simonpj@microsoft.comSort modules and packages in debug print (reduce test...
2008-05-28 Simon MarlowUse MD5 checksums for recompilation checking (fixes...
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in Module
2008-03-23 Ian LynaghFollow library changes
2008-02-07 Ian LynaghConvert more UniqFM's back to LazyUniqFM's
2008-01-22 Simon Marlowuse pathSeparator instead of '/'
2007-12-25 Tim ChevalierExtend API for compiling to and from Core
2007-10-03 Simon Marlowrefactoring only: use the parameterised InstalledPackag...
2007-09-06 Simon MarlowFIX #1465, error messages could sometimes say things...
2007-09-04 Ian LynaghFix CodingStyle#Warnings URLs
2007-09-03 Ian LynaghUse OPTIONS rather than OPTIONS_GHC for pragmas
2007-09-01 Ian LynaghAdd {-# OPTIONS_GHC -w #-} and some blurb to all compil...
2006-10-11 Simon MarlowModule header tidyup, phase 1
2006-07-25 Simon MarlowGeneralise Package Support
2006-04-20 Josef SvenningssonComments only
2006-04-07 Simon MarlowReorganisation of the source tree