summaryrefslogtreecommitdiff
path: root/ghc/docs
Commit message (Collapse)AuthorAgeFilesLines
...
* [project @ 2005-08-09 16:35:39 by simonpj]simonpj2005-08-091-2/+6
| | | | Correct attribution of existential types; MERGE to STABLE
* [project @ 2005-08-09 16:08:03 by simonpj]simonpj2005-08-091-0/+14
| | | | Add notes about Typable restrictions; merge to stable
* [project @ 2005-08-03 09:43:06 by simonmar]simonmar2005-08-031-6/+25
| | | | Update documentation for ghc-pkg list and ghc-pkg latest.
* [project @ 2005-07-28 15:42:48 by simonmar]simonmar2005-07-281-8/+1
| | | | | - Remove -fno-cpr, which doesn't exist - remove redundancy in description of -fno-full-laziness
* [project @ 2005-07-28 15:41:47 by simonmar]simonmar2005-07-281-4/+31
| | | | Document a few more options
* [project @ 2005-07-25 11:11:36 by simonpj]simonpj2005-07-251-2/+4
| | | | Wibble to TH docs; MERGE to STABLE
* [project @ 2005-07-22 10:05:11 by simonpj]simonpj2005-07-221-0/+62
| | | | Document refined dependency analysis
* [project @ 2005-07-22 08:57:58 by simonpj]simonpj2005-07-221-3/+31
| | | | Docs on SPECIALISE pragma
* [project @ 2005-07-21 14:46:04 by simonmar]simonmar2005-07-211-2/+2
| | | | Fix CPP symbols
* [project @ 2005-07-21 11:05:26 by simonpj]simonpj2005-07-211-3/+21
| | | | | | | | | | Arrange that a 'deriving' clause works for a GADT-syntax data type delaration, provided it declares a Haskell-98-style data type (i.e. no existentials or GADT stuff). This just allows you to use a different syntax for data type declarations without losing 'deriving'. A couple of people requested this, and it's really easy to do.
* [project @ 2005-07-21 09:57:23 by simonmar]simonmar2005-07-211-7/+0
| | | | Remove -fnumbers-strict; it doesn't exist any more
* [project @ 2005-07-12 14:50:56 by simonpj]simonpj2005-07-121-1/+2
| | | | Add an extra note about defaulting in GHCi
* [project @ 2005-06-27 09:17:35 by simonmar]simonmar2005-06-271-9/+14
| | | | Update docs for :ctags, :etags.
* [project @ 2005-06-21 12:03:25 by simonmar]simonmar2005-06-211-37/+37
| | | | | | | | | | | Document changes to the package system. A nice side effect of the relaxed restrictions is that the -ignore-package flag is no longer required when compiling a package (unless the package is "base", and even in that case we might be able to get away with -hide-package base). For now, I've removed references that talk about using -ignore-package when compiling a package, and simplified the documentation for -ignore-package.
* [project @ 2005-06-19 03:08:23 by chak]chak2005-06-191-8/+10
| | | | Small improvement to the text
* [project @ 2005-06-13 14:36:01 by simonmar]simonmar2005-06-131-14/+40
| | | | | - Fix up documentation for about new automatic printing semantics - Document :tags
* [project @ 2005-06-07 08:19:50 by simonpj]simonpj2005-06-071-2/+2
| | | | Mention that type splices are not implemented; MERGE to STABLE
* [project @ 2005-05-31 09:11:27 by simonmar]simonmar2005-05-311-16/+16
| | | | Fix the names of a few fields.
* [project @ 2005-05-25 12:38:14 by simonpj]simonpj2005-05-251-1/+1
| | | | Fix url
* [project @ 2005-05-24 07:47:12 by simonpj]simonpj2005-05-241-2/+2
| | | | typo
* [project @ 2005-05-24 04:45:15 by chak]chak2005-05-241-9/+64
| | | | More details about the representation of types after type checking.
* [project @ 2005-05-23 14:49:59 by simonpj]simonpj2005-05-231-7/+7
| | | | Print only the result of a bind stmt
* [project @ 2005-05-20 12:28:14 by simonpj]simonpj2005-05-201-124/+160
| | | | Documentation for new GHCi behaviour
* [project @ 2005-05-16 14:40:06 by simonmar]simonmar2005-05-161-0/+33
| | | | document +RTS -I
* [project @ 2005-05-12 16:27:00 by simonmar]simonmar2005-05-121-0/+126
| | | | | A start on a commentary section about the threaded/SMP runtime. This will replace the old section which is a bit out of date now.
* [project @ 2005-05-12 12:55:32 by chak]chak2005-05-123-4/+135
| | | | | | Added a new section that describes GHC's hybrid type representation `TypeRep.Type' and it's friends. This sufficiently subtle and GHC-specific that it warrants extra treatment outside of the section on type checking.
* [project @ 2005-05-09 13:25:07 by chak]chak2005-05-091-11/+104
| | | | More details about type checking.
* [project @ 2005-05-05 07:43:28 by simonpj]simonpj2005-05-051-1/+8
| | | | | | | | | | | | | | | | Make it so that you can deprecate a data constructor. Previously {-# DEPRECATED T "no" #-} referred only to the type or class T. Now it refers to the data constructor T as well, just like in fixity declarations. There's no way to deprecate the data constructor T without also deprecating the type T, alas. Same problem in fixity decls. Main problem is coming up with a suitable concrete syntax to do so. We could consider merging this to the STABLE branch. NB: Sven, the manual fixes are not XML-valideated! I'm at home.
* [project @ 2005-05-04 15:19:37 by chak]chak2005-05-043-178/+383
| | | | Updated and extended the section about the renamer.
* [project @ 2005-04-29 13:09:27 by krasimir]krasimir2005-04-292-0/+4
| | | | | Small fixes that adds chm and HxS targets to the build system. The former is used to build all documentation in HtmlHelp format while the letter uses HtmlHelp2 format.
* [project @ 2005-04-29 11:10:42 by simonpj]simonpj2005-04-292-2/+2
| | | | XML wibble
* [project @ 2005-04-29 11:08:51 by simonpj]simonpj2005-04-292-6/+31
| | | | Document improvements in overlap handling
* [project @ 2005-04-26 12:00:48 by simonmar]simonmar2005-04-261-0/+25
| | | | Add entry about non-blocking stdin and System.Cmd.{system,rawSystem}.
* [project @ 2005-04-25 09:32:23 by simonmar]simonmar2005-04-251-6/+4
| | | | daVinci is now called uDraw(Graph)
* [project @ 2005-04-24 20:10:55 by panne]panne2005-04-241-2/+2
| | | | No -optc prefix fot GhcRtsCcOpts needed
* [project @ 2005-04-14 18:07:05 by ross]ross2005-04-141-2/+2
| | | | | | fix typo (Sourceforge bug #1183229) (for STABLE)
* [project @ 2005-04-07 11:35:48 by simonmar]simonmar2005-04-072-0/+23
| | | | Add the -hide-all-packages flag.
* [project @ 2005-04-04 13:16:09 by simonpj]simonpj2005-04-041-45/+45
| | | | Documentation for rebindable syntax
* [project @ 2005-04-04 10:55:38 by simonmar]simonmar2005-04-041-7/+16
| | | | | comment out parts of the Win32 DLLs section, specifically those that don't apply to current Windows distributions.
* [project @ 2005-03-31 08:46:05 by simonmar]simonmar2005-03-311-0/+8
| | | | Note change in behaviour of ghc -M: all modules must now have source files
* [project @ 2005-03-18 09:38:12 by simonpj]simonpj2005-03-181-1/+9
| | | | Clarify -main-is documentation
* [project @ 2005-03-17 12:04:07 by simonpj]simonpj2005-03-171-6/+6
| | | | Re-clarify hs-boot docs
* [project @ 2005-03-17 10:29:46 by simonpj]simonpj2005-03-171-3/+11
| | | | Clarify hs-boot docs
* [project @ 2005-03-16 09:24:55 by simonmar]simonmar2005-03-161-1/+1
| | | | Fix InstalledPackageInfo link
* [project @ 2005-03-10 09:59:49 by simonpj]simonpj2005-03-101-5/+7
| | | | Reword documentation of retainer sets
* [project @ 2005-03-09 17:47:09 by simonpj]simonpj2005-03-091-11/+18
| | | | Document infix type operators
* [project @ 2005-03-09 10:54:57 by simonpj]simonpj2005-03-091-0/+62
| | | | Add notes about implicit parameters; pls merge
* [project @ 2005-03-09 04:13:13 by wolfgang]wolfgang2005-03-091-1/+35
| | | | | | Some minimalistic documentation for -fPIC and -dynamic. MERGE TO STABLE
* [project @ 2005-03-08 08:48:35 by simonpj]simonpj2005-03-081-1/+9
| | | | Add notes about newtype deriving
* [project @ 2005-03-07 13:18:51 by simonmar]simonmar2005-03-071-2/+5
| | | | Mention not to use comments on the same line as OPTIONS_GHC