fix haddock submodule pointer
[ghc-hetmet.git] / compiler / deSugar / DsGRHSs.lhs
2011-04-28 Simon Peyton JonesPreliminary monad-comprehension patch (Trac #4370)
2011-01-27 simonpj@microsoft.comRefine incomplete-pattern checks (Trac #4905)
2010-09-14 simonpj@microsoft.comMove error-ids to MkCore (from PrelRules)
2009-03-31 Ian LynaghmkErrorAppDs now takes an SDoc rather than a String
2008-03-29 Ian LynaghDon't import FastString in HsVersions.h
2008-02-03 Twan van LaarhovenFixed warnings in deSugar/DsGRHSs, except for incomplet...
2008-01-24 Ian LynaghFix the build
2008-01-17 Twan van LaarhovenMonadify deSugar/DsGRHSs: use do, return, applicative...
2007-10-15 andy@galois.comFIX #1759 while respecting the ticks
2007-10-10 simonpj@microsoft.comFix Trac #1759: do not let ticks get in the way of...
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-05-10 Michael D. AdamsWarning fix for unused and redundant imports
2007-04-24 Simon MarlowBreakpoints: get the names of the free variables right
2007-04-23 Simon Marlowrevert previous fix until I can find out why it was...
2007-04-20 Simon Marlowbreakpoints: fix the in-scope set for 'where' clauses
2007-04-17 Simon MarlowRe-working of the breakpoint support
2006-12-10 Pepe IborraCapturing and keeping track of local bindins in the...
2006-12-10 Pepe IborraBreakpoint code instrumentation
2006-10-11 Simon MarlowModule header tidyup, phase 1
2006-09-29 simonpj@microsoft.comGlobal renamings in HsSyn
2006-04-07 Simon MarlowReorganisation of the source tree