ghc-hetmet.git
2008-01-25 simonpj@microsoft.comFix do-notation so that it works with -DDEBUG
2008-01-25 simonpj@microsoft.comBe a little keener to inline
2008-01-24 Ian LynaghFix the build
2008-01-17 Twan van LaarhovenReplace ioToTcRn with liftIO
2008-01-17 Twan van LaarhovenRemove unused custom versions of monad combinators...
2008-01-17 Twan van LaarhovenRemove unused custom versions of monad combinators...
2008-01-17 Twan van LaarhovenReplace remaining uses of ioToIOEnv by liftIO, remove...
2008-01-17 Twan van LaarhovenMonadify iface/BuildTyCl: use return
2008-01-17 Twan van LaarhovenMonadify iface/TcIface: use do, return, applicative...
2008-01-17 Twan van LaarhovenMonadify iface/MkIface: use do, return and standard...
2008-01-17 Twan van LaarhovenMonadify iface/LoadIface: use return and liftIO
2008-01-17 Twan van LaarhovenMonadify iface/IfaceEnv: use do, return and standard...
2008-01-17 Twan van LaarhovenMonadify typecheck/TcRnMonad: use return, standard...
2008-01-17 Twan van LaarhovenMonadify typecheck/TcEnv: use do, return, applicative...
2008-01-17 Twan van LaarhovenMonadify typecheck/TcRnDriver: use return and standard...
2008-01-17 Twan van LaarhovenMonadify typecheck/TcMatches: use return and standard...
2008-01-17 Twan van LaarhovenMonadify typecheck/TcMType: use do, return, applicative...
2008-01-17 Twan van LaarhovenMonadify typecheck/TcInstDcls: use do, return and stand...
2008-01-17 Twan van LaarhovenMonadify typecheck/TcHsType: use do, return and standar...
2008-01-17 Twan van LaarhovenMonadify typecheck/TcSimplify: use do, return and stand...
2008-01-17 Twan van LaarhovenMonadify typecheck/TcSplice: use do and return
2008-01-17 Twan van LaarhovenMonadify typecheck/TcTyClsDecls: use return and standar...
2008-01-17 Twan van LaarhovenMonadify typecheck/TcDefaults: use return and standard...
2008-01-17 Twan van LaarhovenMonadify typecheck/TcDeriv: use return
2008-01-17 Twan van LaarhovenMonadify typecheck/TcClassDcl: use do, return and stand...
2008-01-17 Twan van LaarhovenMonadify typecheck/TcBinds: use do, return and standard...
2008-01-17 Twan van LaarhovenMonadify typecheck/TcArrows: use do and return
2008-01-17 Twan van LaarhovenMonadify typecheck/Inst: use do, return and standard...
2008-01-17 Twan van LaarhovenMonadify typecheck/TcUnify: use do, return and standard...
2008-01-17 Twan van LaarhovenMonadify typecheck/TcTyFuns: use standard monad functions
2008-01-17 Twan van LaarhovenMonadify typecheck/TcPat: use return and standard monad...
2008-01-17 Twan van LaarhovenMonadify typecheck/TcRules: use do, return and standard...
2008-01-17 Twan van LaarhovenMonadify typecheck/TcForeign: use do, return and standa...
2008-01-17 Twan van LaarhovenMonadify typecheck/TcExpr: use do, return and standard...
2008-01-17 Twan van LaarhovenMonadify specialise/Specialise: use do, return, standar...
2008-01-17 Twan van LaarhovenMonadify specialise/SpecConstr: use do, return and...
2008-01-17 Twan van LaarhovenMonadify stgSyn/StgLint
2008-01-17 Twan van LaarhovenMonadify stgSyn/CoreToStg
2008-01-17 Twan van LaarhovenRemove generic monad function from State, it was moved...
2008-01-17 Twan van LaarhovenAdded MaybeT monad transformer to utils/Maybes
2008-01-17 Twan van LaarhovenRemoved unused Maybe functions, use the standard Maybe...
2008-01-17 Twan van LaarhovenMonadIO instance for IOEnv
2008-01-17 Twan van LaarhovenMonadify simplCore/SimplMonad: custom monad functions...
2008-01-17 Twan van LaarhovenMonadify simplCore/SimplMonad: use MonadUnique instance...
2008-01-17 Twan van LaarhovenMonadify simplCore/SetLevels: use do, return, standard...
2008-01-17 Twan van LaarhovenMonadify simplCore/SimplUtils: use do, return, standard...
2008-01-17 Twan van LaarhovenMonadify simplCore/Simplify: use do and return
2008-01-17 Twan van LaarhovenMonadify simplCore/SimplEnv: use standard monad functions
2008-01-17 Twan van LaarhovenMonadify simplCore/SimplCore: use do, return and standa...
2008-01-17 Twan van LaarhovenMonadify profiling/SCCfinal
2008-01-17 Twan van LaarhovenMonadify coreSyn/CorePrep: use do, return, applicative...
2008-01-17 Twan van LaarhovenMonadify rename/RnTypes: use do, return and standard...
2008-01-17 Twan van LaarhovenMonadify rename/RnPat: use do, return and standard...
2008-01-17 Twan van LaarhovenMonadify rename/RnNames: use return and standard monad...
2008-01-17 Twan van LaarhovenseqMaybe is more commonly known as mplus
2008-01-17 Twan van LaarhovenMonadify rename/RnBinds: use do, return and standard...
2008-01-17 Twan van LaarhovenMonadify stranal/StrictAnal: use the State monad instea...
2008-01-17 Twan van LaarhovenMonadify stranal/WwLib: use do, return, applicative...
2008-01-17 Twan van LaarhovenAdded MonadUnique class for monads that have a unique...
2008-01-17 Twan van LaarhovenMonadify stranal/WorkWrap: use do, return, applicative...
2008-01-17 Twan van LaarhovenAdded Applicative and Functor instances for State monad
2008-01-17 Twan van LaarhovenMonadify deSugar/DsMonad: use do, return, applicative...
2008-01-17 Twan van LaarhovenMonadify deSugar/Desugar: use do, return, applicative...
2008-01-17 Twan van LaarhovenMonadify deSugar/DsUtils: use do, return, applicative...
2008-01-17 Twan van LaarhovenMonadify deSugar/DsListComp: use do, return, applicativ...
2008-01-17 Twan van LaarhovenMonadify deSugar/DsForeign: use do, return, applicative...
2008-01-17 Twan van LaarhovenMonadify deSugar/DsGRHSs: use do, return, applicative...
2008-01-17 Twan van LaarhovenMonadify deSugar/DsExpr: use do, return, applicative...
2008-01-17 Twan van LaarhovenAdded Applicative instance for IOEnv
2008-01-17 Twan van LaarhovenAdd 'util/MonadUtils.hs' with common monad (and applica...
2008-01-17 Twan van LaarhovenMonadify deSugar/MatchLit: use do, return, applicative...
2008-01-17 Twan van LaarhovenMonadify deSugar/Match: use do, return, applicative...
2008-01-17 Twan van LaarhovenMonadify deSugar/DsCCall: use do, return, applicative...
2008-01-17 Twan van LaarhovenMonadify deSugar/DsArrows: use do, return, applicative...
2008-01-17 Twan van LaarhovenMonadify deSugar/DsBinds: use do, return, applicative...
2008-01-17 Twan van LaarhovenAdded MASSERT macro for assertions in do notation
2008-01-24 Simon MarlowFIX BUILD wrong imports on non-Windows
2008-01-23 Simon MarlowShow CmdLineError exceptions as "<command line>: ..."
2008-01-23 Simon MarlowFIX #1750: in isBrokenPackage, don't loop if the deps...
2008-01-23 Simon MarlowFIX #1750: throw out mutually recursive groups of packages
2008-01-23 Ian LynaghWindows now doesn't need different values for DQ in...
2008-01-23 Ian LynaghFix setting argv[0] in shell-utils.c on Windows
2008-01-23 Ian LynaghEscape arguments for Windows in shell-tools.c
2008-01-23 simonpj@microsoft.comAttach the INLINE Activation pragma to any automaticall...
2008-01-22 simonpj@microsoft.comTidy up the treatment of SPECIALISE pragmas
2008-01-22 simonpj@microsoft.comComments only
2008-01-23 Simon MarlowFIX #1838, #1987: change where GHCi searches for config...
2008-01-22 Simon MarlowFIX #1767 :show documentation claimed too much
2008-01-22 Simon Marlowfix syntax-error output for :show
2008-01-22 Simon MarlowThis goes with the patch for #1839, #1463
2008-01-22 Simon Marlowuse pathSeparator instead of '/'
2008-01-22 Simon Marlowcleanup only
2008-01-21 claus.reinke... FIX #1839, #1463, by supporting ghc-pkg bulk queries...
2008-01-21 simonpj@microsoft.comWibble to the OccurAnal fix for RULEs and loop-breakers
2008-01-21 Simon MarlowFIX #2049, another problem with the module context...
2008-01-21 Simon MarlowIncrease the bar for bootstrapping GHC to 6.4 (HEAD...
2008-01-21 simonpj@microsoft.comDo not worker/wrapper INLINE things, even if they are...
2008-01-21 simonpj@microsoft.comMake the loop-breaking algorithm a bit more liberal...
2008-01-21 simonpj@microsoft.comFix Trac #2055
2008-01-21 Ian LynaghFix exception message with ghc -e
next