summaryrefslogtreecommitdiff
path: root/ghc/docs/users_guide/intro.sgml
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2004-08-15 20:37:22 by panne]panne2004-08-151-407/+0
| | | | | | Started to convert the users guide to DocBook XML. Not yet finished, there are still *tons* of misplaced indexterms, but some sensible documentation can already be generated.
* [project @ 2004-08-08 20:46:44 by panne]panne2004-08-081-3/+3
| | | | | DocBook XML is case-sensitive. Note that this is still not correct DocBook, tons of indexterm elements within varlistentries are still misplaced.
* [project @ 2004-08-08 17:26:26 by krasimir]krasimir2004-08-081-20/+20
| | | | xmlize sgml docbooks
* [project @ 2004-03-22 11:55:39 by simonmar]simonmar2004-03-221-1/+1
| | | | Typo
* [project @ 2004-03-01 10:17:53 by simonmar]simonmar2004-03-011-5/+12
| | | | | Update version numbering policy: we now allow snapshots along the stable branch (eg. 6.2.20040229).
* [project @ 2003-09-08 09:05:42 by simonmar]simonmar2003-09-081-1/+1
| | | | Update comp.lang.functional FAQ URL.
* [project @ 2003-05-20 10:02:13 by simonmar]simonmar2003-05-201-15/+20
| | | | Update version numbering policy
* [project @ 2002-06-25 12:05:14 by simonmar]simonmar2002-06-251-3/+3
| | | | | | | Various hacking on the User's Guide to knock it into shape for the release. Committers: please take a look at the 5.04 release notes and feel free to tweak or embelish the description for your favourite new feature.
* [project @ 2002-05-27 15:28:07 by simonpj]simonpj2002-05-271-1/+1
| | | | | | | | | | | | | | | | | Allow infix type constructors This commit adds infix type constructors (but not yet class constructors). The documentation describes what should be the case. Lots of tiresome changes, but nothing exciting. Allows infix type constructors everwhere a type can occur, and in a data or type synonym decl. E.g. data a :*: b = .... You can give fixity decls for type constructors, but the fixity decl applies both to the tycon and the corresponding data con.
* [project @ 2002-04-30 16:34:12 by simonmar]simonmar2002-04-301-7/+15
| | | | | | | Add a FAQ section. This will replace the mini-FAQ on the download page (which we never really kept up to date), and will hopefully accumulate all sorts of useful Q/As over time. Please feel free to add to it...
* [project @ 2002-04-30 15:11:40 by simonmar]simonmar2002-04-301-2/+14
| | | | Add a section entitled "How do I tell if my bug has already been reported?"
* [project @ 2002-01-04 10:18:58 by simonmar]simonmar2002-01-041-1/+1
| | | | | Replace all instances of '--' with '––' since '--' gets interpreted by JadeTeX to mean a single dash.
* [project @ 2001-03-22 12:12:23 by simonmar]simonmar2001-03-221-0/+81
| | | | | | | | | Move the bug reporting section earlier, and mention the SourceForge bug tracker. Update the release notes. I think I'm just about done in here...
* [project @ 2001-02-20 18:05:23 by simonmar]simonmar2001-02-201-320/+198
| | | | | | | More doc hacking. Call for Release Notes (CFRN): the 5-00-notes.sgml file is currently a skeleton only; PLEASE add or expand entries for things you've done.
* [project @ 2001-01-18 15:19:22 by simonmar]simonmar2001-01-181-52/+33
| | | | update mailing-list info
* [project @ 2000-07-31 10:06:30 by simonmar]simonmar2000-07-311-2/+2
| | | | x.yy.DDMMYYYY should be x.yy.YYYYMMDD for unstable snapshots.
* [project @ 2000-07-27 15:29:31 by michaelw]michaelw2000-07-271-1/+1
| | | | typo
* [project @ 2000-07-14 09:34:02 by simonmar]simonmar2000-07-141-15/+82
| | | | Add a section describing GHC's version numbering policy.
* [project @ 2000-04-18 11:01:24 by simonmar]simonmar2000-04-181-0/+7
| | | | | Add declarations so that emacs PSGML mode can find the DOCTYPE declaration properly.
* [project @ 2000-04-07 13:26:33 by simonmar]simonmar2000-04-071-11/+1
| | | | Small updates, and link to the Concurrent section in the Hslibs docs.
* [project @ 2000-01-24 16:47:24 by rrt]rrt2000-01-241-8/+8
| | | | | Changed double quotes to “ and ”. Improvements to Windows installation instructions.
* [project @ 2000-01-07 16:58:50 by simonmar]simonmar2000-01-071-42/+15
| | | | | | | | | | | A few fixups: - correct some addresses - update the mail archive pointers to point to the new archives on mail-archive.com - use <email> tag for email addresses.
* [project @ 2000-01-05 11:14:06 by rrt]rrt2000-01-051-0/+398
VSGML files changed back to plain SGML during change from LinuxDoc to DocBook.