Improve error reporting for type signatures
[ghc-hetmet.git] / docs /
2007-05-02 simonpj@microsoft.comDocument the fact that you can't make a newtype of...
2007-05-02 Simon Marlowremove unused primitives.xml
2007-05-02 Tim ChevalierFix grammar error in docs (as per Trac 1319)
2007-05-01 Ian Lynagh-fwarn-monomorphism-restriction is now off by default
2007-05-01 Simon Marlowdocument the current behaviour of -Wall, see #1292
2007-04-26 Pepe IborraFormatting and minor changes in the ghci debugger section
2007-04-26 Pepe IborraUpdate an example on the ghci debugger section
2007-04-26 Pepe IborraWe don't have -fdebugging anymore, and fine tuning...
2007-04-26 Pepe IborraNew section on debugging lambdas in the ghci user guide
2007-04-26 Pepe IborraUnbreak the users_guide
2007-04-26 Pepe Iborra:force is not unsupported anymore
2007-04-25 Pepe IborraUpdate the users_guide regarding list notation in ...
2007-04-25 simonpj@microsoft.comAdd -fwarn-monomorphism-restriction (on by default...
2007-04-25 simonpj@microsoft.comGive the inferred type when warning of a missing type...
2007-04-22 simonpj@microsoft.comPut the default value for -dppr-user-length in the...
2007-04-11 Simon MarlowRationalise GhcMode, HscTarget and GhcLink
2007-03-29 Ian LynaghDocument that ghci now adds () to the start of the...
2007-03-28 Simon Marlowremove old library doc link (#1098), and point to HackageDB
2007-03-26 Simon Marlowremove docs for unimplemented options
2007-03-22 Ian LynaghDocumentation for --install-signal-handlers=<yes|no>
2007-03-22 simonpj@microsoft.comImprove documentation of instances
2007-03-14 sven.panne@aedion.deAdded LaTeX commands for primitive types and pseudo ops
2007-03-13 simonpj@microsoft.comAdd helpful cross-references
2007-03-06 Ian LynaghRemove references to the in-tree building guide from...
2007-02-27 Ian LynaghDoc typo
2007-02-21 simonpj@microsoft.comFix defaulting for overloaded strings
2007-02-20 Simon Marlowdescribe the Z-encoding for __stginit symbol names...
2007-02-07 sven.panne@aedion.deImproved naming of generated HTML files by using nice IDs
2007-02-07 sven.panne@aedion.deMake the User's Guide DocBook XML 4.2 conformant again
2007-02-07 Kirsten ChevalierUpdate to manual section for ticky-ticky
2007-01-31 andrew.pimlott.ctr... clarify that -main-is sets main module and function
2007-02-01 Simon Marlowsome dynamic flags cannot be used with OPTIONS_GHC...
2007-01-31 Ian LynaghFix typo
2007-01-31 Pepe IborraFix a typo
2007-01-31 simonpj@microsoft.comAdd note about Template Haskell and mutual recursion
2007-01-20 lennart@augustsson.netDocument the overloaded string extension.
2007-01-04 Spencer JanssenUser's guide: length is not a good consumer anymore.
2007-01-15 Pepe IborraDocumentation for the new ':breakpoint continue' command
2007-01-12 Ian LynaghAdd a warning for tabs in source files
2007-01-10 Simon Marlowremove old building guide, change links to point to...
2007-01-09 Simon Marlowreorganise text in the "using packages" section
2007-01-07 Pepe IborraExtended the debugger documentation with a 'tips' section
2006-12-31 Pepe IborraUpdates to the ghci debugger docs
2007-01-07 ijones@syntaxpolic... Fixed errors in "clunky" definition for pattern guards
2007-01-02 simonpj@microsoft.comStandalone deriving wibbles: keyword is 'derive' not...
2007-01-02 simonpj@microsoft.comDocmunent stand-alone deriving
2006-12-31 Ian LynaghUpdate reference to configure.in to refer to configure...
2006-12-30 sven.panne@aedion.deStandardized Makefile for man page
2006-12-22 simonpj@microsoft.comImprove documentation about packages
2006-12-22 simonpj@microsoft.comDocumentation for class contexts in data-constructor...
2006-12-10 Pepe IborraGHCi debugger documentation
2006-12-08 simonpj@microsoft.comFix typo
2006-12-06 Ian LynaghAdd release note that Network.CGI.Compat uses XHtml...
2006-12-04 simonpj@microsoft.comAdd documentation for seq
2006-12-05 Ian LynaghMake a ghc/ghci manpage
2006-12-05 Simon Marlowadd Windows-specific GHCi information, and a FAQ about...
2006-12-05 Simon Marlowupdate the question about concurrent threads & GHCi
2006-12-01 wolfgang.thaller... Decouple -O from -fvia-C
2006-10-09 Ian LynaghUpdate library version numbers in release notes
2006-11-14 Ian LynaghDocument new -L RTS flag
2006-10-30 simonpj@microsoft.comMove --help, --version etc to 4.4 (modes) because that...
2006-10-11 basvandijk@home.nlFixed spelling error in compiler/ghci/InteractiveUI...
2006-10-12 Simon Marlowfix definition of fib in example code
2006-10-12 Simon Marlowfix definition of fib in example code
2006-10-11 simonpj@microsoft.comUse relative URLs when referring to libraries; push...
2006-10-10 simonpj@microsoft.comImprove documentation of concurrent and parallel Haskel...
2006-10-10 simonpj@microsoft.comCorrect id to linkend
2006-10-06 simonpj@microsoft.comMention that the module sub-directory structure for...
2006-10-03 Ian LynaghImprove the correlation betweens documented and existen...
2006-10-03 Ian LynaghDocument -dfaststring-stats
2006-10-03 Ian LynaghRearrange docs to have all the -ddump-* options together
2006-10-03 Ian LynaghRemove unused option -femit-extern-decls
2006-10-03 Ian LynaghDocumentation updates
2006-10-03 Ian LynaghFix typo
2006-10-05 Ian LynaghMore bootstrapping updates
2006-09-19 bjorn@bringert.netFirst documentation on stand-alone instance deriving.
2006-10-03 Ian LynaghFixes for the porting process for 6.6
2006-10-03 simonpj@microsoft.comFix scoped type variables for expression type signatures
2006-10-01 Ian LynaghLatin-1-to-UTF8 pre-processor example for docs from...
2006-09-29 Simon Marlowadd :edit to the release notes, and improve the docs...
2006-09-29 simonpj@microsoft.comAmplify scoped tyvar changes
2006-09-29 simonpj@microsoft.comUpdate release notes
2006-09-28 Simon MarlowAdd basic :edit support
2006-09-28 Simon Marlowtiny fix in porting docs I just spotted
2006-09-27 Simon MarlowRename -no-recomp to -fforce-recomp, and document it
2006-09-27 Simon MarlowMake printing of binding results optional in GHCi,...
2006-09-25 Ian LynaghVarious documentation improvements suggested by Bulat...
2006-09-25 Ian LynaghFix comment/code inconsistency spotted by Bulat Ziganshin
2006-09-25 Ian LynaghDocument -F in the flag reference
2006-09-23 sven.panne@aedion.deFixed DocBook XML once again, "make validate" is your...
2006-09-23 simonpj@microsoft.comImprove documentation of newtype-deriving (todo: check...
2006-09-15 bringert@cs.chalme... Fixed error in user's manual, gadt section, part about...
2006-09-12 simonpj@microsoft.comAdd postfix ops to the release notes
2006-09-11 simonpj@microsoft.comDocument postfix operators
2006-09-08 Ian LynaghTypo, spotted by Bulat Ziganshin
2006-09-08 Ian LynaghRelease note tweaks suggested by Bulat Ziganshin
2006-09-07 Ian LynaghDoc fix: generic classes are no longer broken
2006-09-07 bringert@cs.chalme... Fixed typo in users guide section about lexically scope...
2006-09-07 simonpj@microsoft.comDocumentation for impredicative polymorphism
2006-09-07 simonpj@microsoft.comRemove result type signatures from documentation
next