Add (a) CoreM monad, (b) new Annotations feature
[ghc-hetmet.git] / compiler / utils / Outputable.lhs
2008-10-30 simonpj@microsoft.comAdd (a) CoreM monad, (b) new Annotations feature
2008-08-26 Ian LynaghMove pprFastFilePath from SrcLoc to Outputable
2008-08-11 simonpj@microsoft.comExport Depth (needed for mkUserStyle); collapse identic...
2008-08-07 Max BolingbrokeDocument Outputable
2008-08-04 simonpj@microsoft.comFix the bug part of Trac #1930
2008-06-03 Simon MarlowNew flag: -dno-debug-output
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in Outputable
2008-03-17 Ian LynaghPrint some extra debugging info when doing --show-iface
2008-01-17 Isaac Dupreelots of portability changes (#1405)
2008-01-16 simonpj@microsoft.comExtra instance for Outputable on 5-tuples
2007-11-14 Pepe IborraTry to manage the size of the text rendered for ':show...
2007-10-03 Simon Marlowrefactoring only: use the parameterised InstalledPackag...
2007-09-12 Norman Ramseycleaned up all warnings (and added many type signatures...
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...
2007-08-21 Ben.Lippmeier@anu... Allow redirection of -ddump-* to file
2007-05-09 simonpj@microsoft.comTidy up the interface to lookupInstEnv
2007-04-22 simonpj@microsoft.comImprove depth-cutoff for printing HsSyn in error messages
2007-04-20 Pepe IborraOutputable.cparen
2006-10-11 Simon MarlowModule header tidyup #2
2006-09-20 Manuel M T Chakravartysome bug-fixes, newtype deriving might work now
2006-07-25 Simon MarlowGeneralise Package Support
2006-04-07 Simon MarlowReorganisation of the source tree